diff options
| author | Jeremy Rimpo <jeremy.rimpo@servermonkey.com> | 2017-12-13 15:58:43 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-12-13 15:58:43 -0600 |
| commit | 554b46847589fffb6cd7bc5c54689665c34ed95b (patch) | |
| tree | 235f1cad320f73e6b22cdf330d9a14d42bd33092 /src/organizercore.h | |
| parent | e4b952278d978567af3210d6a4be992eef3ba205 (diff) | |
| parent | 604d86ed07711651bc71871f6d37a794d916da6a (diff) | |
Merge pull request #148 from erasmux/lockeddialog_fixes
Lockeddialog fixes
Diffstat (limited to 'src/organizercore.h')
| -rw-r--r-- | src/organizercore.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/organizercore.h b/src/organizercore.h index f8806289..cf030e0a 100644 --- a/src/organizercore.h +++ b/src/organizercore.h @@ -206,6 +206,7 @@ public: HANDLE runShortcut(const QString &title);
HANDLE startApplication(const QString &executable, const QStringList &args, const QString &cwd, const QString &profile);
bool waitForApplication(HANDLE processHandle, LPDWORD exitCode = nullptr);
+ HANDLE findAndOpenAUSVFSProcess();
bool onModInstalled(const std::function<void (const QString &)> &func);
bool onAboutToRun(const std::function<bool (const QString &)> &func);
bool onFinishedRun(const std::function<void (const QString &, unsigned int)> &func);
|
