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/organizerproxy.h | |
| parent | a4679b6fac49cedaa834f31f47416a78f79f6be0 (diff) | |
Add parameters to startApplication to allow control of custom overwrite
Diffstat (limited to 'src/organizerproxy.h')
| -rw-r--r-- | src/organizerproxy.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/organizerproxy.h b/src/organizerproxy.h index b8a4ea50..c8a96ed3 100644 --- a/src/organizerproxy.h +++ b/src/organizerproxy.h @@ -43,7 +43,8 @@ public: virtual MOBase::IPluginList *pluginList() const;
virtual MOBase::IModList *modList() const;
virtual MOBase::IProfile *profile() const override;
- virtual HANDLE startApplication(const QString &executable, const QStringList &args = QStringList(), const QString &cwd = "", const QString &profile = "");
+ virtual HANDLE startApplication(const QString &executable, const QStringList &args = QStringList(), const QString &cwd = "",
+ const QString &profile = "", const QString &forcedCustomOverwrite = "", bool ignoreCustomOverwrite = false);
virtual bool waitForApplication(HANDLE handle, LPDWORD exitCode = nullptr) const;
virtual void refreshModList(bool saveChanges);
|
