diff options
| author | LostDragonist <lost.dragonist@gmail.com> | 2019-03-24 21:30:58 -0500 |
|---|---|---|
| committer | LostDragonist <lost.dragonist@gmail.com> | 2019-03-24 21:30:58 -0500 |
| commit | b1af3eed10e65b6d39a038d5ccecc687ab94bff2 (patch) | |
| tree | 5a37e626b678289e349c6ae47c56517c8a2cf0a8 /src/organizercore.h | |
| parent | a4679b6fac49cedaa834f31f47416a78f79f6be0 (diff) | |
Add parameters to startApplication to allow control of custom overwrite
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 2a31d00a..bfb72529 100644 --- a/src/organizercore.h +++ b/src/organizercore.h @@ -209,7 +209,7 @@ public: PluginList *pluginList();
ModList *modList();
HANDLE runShortcut(const MOShortcut& shortcut);
- HANDLE startApplication(const QString &executable, const QStringList &args, const QString &cwd, const QString &profile);
+ HANDLE startApplication(const QString &executable, const QStringList &args, const QString &cwd, const QString &profile, const QString &forcedCustomOverwrite = "", bool ignoreCustomOverwrite = false);
bool waitForApplication(HANDLE processHandle, LPDWORD exitCode = nullptr);
HANDLE findAndOpenAUSVFSProcess(const std::vector<QString>& hiddenList, DWORD preferedParentPid);
bool onModInstalled(const std::function<void (const QString &)> &func);
|
