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/main.cpp | |
| parent | e43500eaf5d40bcd28ba5a820cdbc754cfb47e40 (diff) | |
renamed startApplication() to runExecutableOrExecutableFile()
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 776c3775..49ecc084 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -653,7 +653,8 @@ int runApplication(MOApplication &application, SingleInstance &instance, arguments.removeFirst(); // remove binary name // pass the remaining parameters to the binary try { - organizer.startApplication(exeName, arguments, QString(), QString()); + organizer.runExecutableOrExecutableFile( + exeName, arguments, QString(), QString()); return 0; } catch (const std::exception &e) { |
