summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index ab5e0cd5..e43feb89 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -134,6 +134,8 @@ 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);
public slots: