diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-06-07 19:55:41 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-06-15 14:40:40 -0400 |
| commit | 840dba26bacd044164d3236218e42f441433252c (patch) | |
| tree | 37ed7b36535fce3820db517587247445ae9d4839 /src/editexecutablesdialog.h | |
| parent | fafdb146004401355db5245cc1f7c241c00cf991 (diff) | |
rework of the executables dialog to have a horizontal splitter and use a standard QDialogButtonBox
Diffstat (limited to 'src/editexecutablesdialog.h')
| -rw-r--r-- | src/editexecutablesdialog.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/editexecutablesdialog.h b/src/editexecutablesdialog.h index 3a856afa..07d6459c 100644 --- a/src/editexecutablesdialog.h +++ b/src/editexecutablesdialog.h @@ -22,10 +22,11 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>. #include "tutorabledialog.h"
#include <QListWidgetItem>
-#include <QTimer>
#include "executableslist.h"
#include "profile.h"
#include "iplugingame.h"
+#include <QTimer>
+#include <QAbstractButton>
namespace Ui {
class EditExecutablesDialog;
@@ -88,7 +89,7 @@ private slots: void on_browseDirButton_clicked();
- void on_closeButton_clicked();
+ void on_buttonBox_clicked(QAbstractButton *button);
void delayedRefresh();
|
