mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 07:03:44 +02:00
oops
This commit is contained in:
parent
26670f9e41
commit
24132968fe
1 changed files with 1 additions and 0 deletions
|
@ -3706,6 +3706,7 @@ bool Application::askToLoadScript(const QString& scriptFilenameOrURL) {
|
||||||
} else {
|
} else {
|
||||||
qDebug() << "Declined to run the script: " << scriptFilenameOrURL;
|
qDebug() << "Declined to run the script: " << scriptFilenameOrURL;
|
||||||
}
|
}
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
ScriptEngine* Application::loadScript(const QString& scriptFilename, bool isUserLoaded,
|
ScriptEngine* Application::loadScript(const QString& scriptFilename, bool isUserLoaded,
|
||||||
|
|
Loading…
Reference in a new issue