mirror of
https://github.com/overte-org/overte.git
synced 2025-04-13 18:42:11 +02:00
Merge pull request #15843 from SamGondelman/quit
Fix ScriptEngines::loadScript invoke call
This commit is contained in:
commit
23c7e1c0f3
1 changed files with 2 additions and 1 deletions
|
@ -475,7 +475,8 @@ ScriptEnginePointer ScriptEngines::loadScript(const QUrl& scriptFilename, bool i
|
|||
Q_ARG(bool, isUserLoaded),
|
||||
Q_ARG(bool, loadScriptFromEditor),
|
||||
Q_ARG(bool, activateMainWindow),
|
||||
Q_ARG(bool, reload));
|
||||
Q_ARG(bool, reload),
|
||||
Q_ARG(bool, quitWhenFinished));
|
||||
return result;
|
||||
}
|
||||
QUrl scriptUrl;
|
||||
|
|
Loading…
Reference in a new issue