mirror of
https://github.com/overte-org/overte.git
synced 2025-04-15 11:29:00 +02:00
fix invoke call
This commit is contained in:
parent
ca797e30e4
commit
fb4be671e7
1 changed files with 2 additions and 1 deletions
|
@ -461,7 +461,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