mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
Merge branch 'master' of https://github.com/worklist/hifi
This commit is contained in:
commit
7937ab0a1b
1 changed files with 2 additions and 1 deletions
|
@ -105,8 +105,9 @@ bool ScriptEngine::setScriptContents(const QString& scriptContents) {
|
|||
return true;
|
||||
}
|
||||
|
||||
Q_SCRIPT_DECLARE_QMETAOBJECT(AudioInjectorOptions, QObject*)
|
||||
|
||||
void ScriptEngine::init() {
|
||||
qDebug() << "Init called!";
|
||||
if (_isInitialized) {
|
||||
return; // only initialize once
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue