diff options
| author | Jeremy Rimpo <jeremy.rimpo@servermonkey.com> | 2018-01-01 21:16:06 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-01-01 21:16:06 -0600 |
| commit | d06972729d8410451266988a650633085b6441e8 (patch) | |
| tree | 4eeed9cb09bace9cce90ac67eeb26420168cab2e /src/organizercore.h | |
| parent | c1a56f77ea4652105c00088096caa32b3f079447 (diff) | |
| parent | 39efb9a7c2162021027a5b3e798dc818d3fc6999 (diff) | |
Merge pull request #180 from erasmux/dev
Prefer hiding the MO proxy when waiting for spawned processes
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 f98e9d0a..8ef8baaa 100644 --- a/src/organizercore.h +++ b/src/organizercore.h @@ -204,7 +204,7 @@ public: HANDLE runShortcut(const MOShortcut& shortcut);
HANDLE startApplication(const QString &executable, const QStringList &args, const QString &cwd, const QString &profile);
bool waitForApplication(HANDLE processHandle, LPDWORD exitCode = nullptr);
- HANDLE findAndOpenAUSVFSProcess();
+ HANDLE findAndOpenAUSVFSProcess(const std::vector<QString>& hiddenList, DWORD preferedParentPid);
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);
|
