summaryrefslogtreecommitdiff
path: root/src/organizercore.h
diff options
context:
space:
mode:
authorJeremy Rimpo <jeremy.rimpo@servermonkey.com>2018-01-01 21:16:06 -0600
committerGitHub <noreply@github.com>2018-01-01 21:16:06 -0600
commitd06972729d8410451266988a650633085b6441e8 (patch)
tree4eeed9cb09bace9cce90ac67eeb26420168cab2e /src/organizercore.h
parentc1a56f77ea4652105c00088096caa32b3f079447 (diff)
parent39efb9a7c2162021027a5b3e798dc818d3fc6999 (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.h2
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);