summaryrefslogtreecommitdiff
path: root/src/organizercore.h
diff options
context:
space:
mode:
authorEran Mizrahi <erasmux@gmail.com>2017-12-09 21:39:22 +0200
committerEran Mizrahi <erasmux@gmail.com>2017-12-10 02:53:19 +0200
commit66b17eea8ac83ee6f7b729974240d995a1e8ed3a (patch)
tree8a89aef1c9122dc7b233aa823880d9f60231e91f /src/organizercore.h
parent89b1f1d48dd05b372abca64b311b1107f044a897 (diff)
Wait for processes run using command line shortcuts
Diffstat (limited to 'src/organizercore.h')
-rw-r--r--src/organizercore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/organizercore.h b/src/organizercore.h
index 40531195..0927c88e 100644
--- a/src/organizercore.h
+++ b/src/organizercore.h
@@ -267,7 +267,7 @@ private:
const MOShared::DirectoryEntry *directoryEntry,
int createDestination);
- bool waitForProcessCompletion(HANDLE handle, LPDWORD exitCode);
+ bool waitForProcessCompletion(HANDLE handle, LPDWORD exitCode, ILockedWaitingForProcess* uilock);
private slots: