diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-10-24 02:52:54 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-11-06 07:42:57 -0500 |
| commit | b60f2aa786cf748e1839f4320604030863279032 (patch) | |
| tree | 541ce924e085cfad988ec0c9ce444bb92c2e084f /src/organizercore.h | |
| parent | e43500eaf5d40bcd28ba5a820cdbc754cfb47e40 (diff) | |
renamed startApplication() to runExecutableOrExecutableFile()
Diffstat (limited to 'src/organizercore.h')
| -rw-r--r-- | src/organizercore.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/organizercore.h b/src/organizercore.h index ca87a05c..fa05a20f 100644 --- a/src/organizercore.h +++ b/src/organizercore.h @@ -174,6 +174,12 @@ public: bool runShortcut(const MOShortcut& shortcut);
+ HANDLE runExecutableOrExecutableFile(
+ const QString &executable, const QStringList &args, const QString &cwd,
+ const QString &profile, const QString &forcedCustomOverwrite = "",
+ bool ignoreCustomOverwrite = false);
+
+
void loginSuccessfulUpdate(bool necessary);
void loginFailedUpdate(const QString &message);
@@ -227,7 +233,6 @@ public: DownloadManager *downloadManager();
PluginList *pluginList();
ModList *modList();
- 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);
|
