diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-10-08 19:20:08 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-10-08 19:20:08 -0400 |
| commit | 52db7e8c7ddd39609a8eecbf44fa15ec6369f843 (patch) | |
| tree | c5935a673882fdb50a83cae012de41cce94549de /src/editexecutablesdialog.h | |
| parent | 8bc84a1513325f73252f4a07504ee6d2aad4b2f3 (diff) | |
initial selection in the edit executables dialog from main window
Diffstat (limited to 'src/editexecutablesdialog.h')
| -rw-r--r-- | src/editexecutablesdialog.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/editexecutablesdialog.h b/src/editexecutablesdialog.h index 2e52c722..949aff66 100644 --- a/src/editexecutablesdialog.h +++ b/src/editexecutablesdialog.h @@ -148,7 +148,8 @@ public: using CustomOverwrites = ToggableMap<QString>;
using ForcedLibraries = ToggableMap<QList<MOBase::ExecutableForcedLoadSetting>>;
- explicit EditExecutablesDialog(OrganizerCore& oc, QWidget* parent=nullptr);
+ explicit EditExecutablesDialog(
+ OrganizerCore& oc, int selection=-1, QWidget* parent=nullptr);
~EditExecutablesDialog();
|
