diff options
| author | Eran Mizrahi <erasmux@gmail.com> | 2017-12-09 21:39:22 +0200 |
|---|---|---|
| committer | Eran Mizrahi <erasmux@gmail.com> | 2017-12-10 02:53:19 +0200 |
| commit | 66b17eea8ac83ee6f7b729974240d995a1e8ed3a (patch) | |
| tree | 8a89aef1c9122dc7b233aa823880d9f60231e91f /src/organizercore.h | |
| parent | 89b1f1d48dd05b372abca64b311b1107f044a897 (diff) | |
Wait for processes run using command line shortcuts
Diffstat (limited to 'src/organizercore.h')
| -rw-r--r-- | src/organizercore.h | 2 |
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:
|
