summaryrefslogtreecommitdiff
path: root/src/organizercore.h
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2019-10-24 02:52:54 -0400
committerisanae <14251494+isanae@users.noreply.github.com>2019-11-06 07:42:57 -0500
commitb60f2aa786cf748e1839f4320604030863279032 (patch)
tree541ce924e085cfad988ec0c9ce444bb92c2e084f /src/organizercore.h
parente43500eaf5d40bcd28ba5a820cdbc754cfb47e40 (diff)
renamed startApplication() to runExecutableOrExecutableFile()
Diffstat (limited to 'src/organizercore.h')
-rw-r--r--src/organizercore.h7
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);