diff options
| author | Tannin <devnull@localhost> | 2013-10-11 23:03:49 +0200 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2013-10-11 23:03:49 +0200 |
| commit | 382226bb46541f07e62ce689cfeaf395aa673a44 (patch) | |
| tree | 97e35547f78524c6291906ce19c94699436b39b0 /src/main.cpp | |
| parent | cffd9eb4e21f0ddcddca68d8eb0f1c80c8ac6ae1 (diff) | |
- added new plugin to test if fnis needs to be run
- some functionality to the plugin interface to enable them to search for files&directories in the virtual FS (rudimentary atm)
- functionality for plugins to react to application being started from MO
- broken ESPs are no longer reported as popup windows but only in the log file
- bugfix: plugins couldn't store persistent data if they had no user-editable settings
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index c4431ac4..49c7b3c0 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -466,7 +466,7 @@ int main(int argc, char *argv[]) arguments.removeFirst(); // remove application name (ModOrganizer.exe) arguments.removeFirst(); // remove binary name // pass the remaining parameters to the binary - mainWindow.spawnProgram(exeName, arguments.join(" "), selectedProfileName, QDir()); + mainWindow.startApplication(exeName, arguments, QString(), selectedProfileName); return 0; } |
