summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2019-10-08 19:20:08 -0400
committerisanae <14251494+isanae@users.noreply.github.com>2019-10-08 19:20:08 -0400
commit52db7e8c7ddd39609a8eecbf44fa15ec6369f843 (patch)
treec5935a673882fdb50a83cae012de41cce94549de /src/mainwindow.h
parent8bc84a1513325f73252f4a07504ee6d2aad4b2f3 (diff)
initial selection in the edit executables dialog from main window
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 524e2b6e..fa6a81cf 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -235,7 +235,7 @@ private:
QList<MOBase::IOrganizer::FileInfo> findFileInfos(const QString &path, const std::function<bool (const MOBase::IOrganizer::FileInfo &)> &filter) const;
- bool modifyExecutablesDialog();
+ bool modifyExecutablesDialog(int selection);
void displayModInformation(int row, ModInfoTabIDs tab=ModInfoTabIDs::None);
void testExtractBSA(int modIndex);