summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 62503062..124dde5f 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -134,9 +134,11 @@ public:
HANDLE startApplication(const QString &executable, const QStringList &args = QStringList(), const QString &cwd = "", const QString &profile = "");
+ bool waitForProcessOrJob(HANDLE processHandle, LPDWORD exitCode = NULL);
+
void updateModInDirectoryStructure(unsigned int index, ModInfo::Ptr modInfo);
- void waitForProcessOrJob(HANDLE processHandle);
+
public slots:
void refreshLists();