mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 18:21:16 +02:00
remove preEvaluateReset in ScriptEngine
This commit is contained in:
parent
a9ce6c7467
commit
d307412183
2 changed files with 0 additions and 5 deletions
|
@ -158,10 +158,6 @@ void ScriptEngine::registerGlobalObject(const QString& name, QObject* object) {
|
||||||
_engine.globalObject().setProperty(name, value);
|
_engine.globalObject().setProperty(name, value);
|
||||||
}
|
}
|
||||||
|
|
||||||
void ScriptEngine::preEvaluateReset() {
|
|
||||||
_dataServerScriptingInterface.refreshUUID();
|
|
||||||
}
|
|
||||||
|
|
||||||
void ScriptEngine::evaluate() {
|
void ScriptEngine::evaluate() {
|
||||||
if (!_isInitialized) {
|
if (!_isInitialized) {
|
||||||
init();
|
init();
|
||||||
|
|
|
@ -74,7 +74,6 @@ signals:
|
||||||
void finished(const QString& fileNameString);
|
void finished(const QString& fileNameString);
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
void preEvaluateReset();
|
|
||||||
|
|
||||||
QString _scriptContents;
|
QString _scriptContents;
|
||||||
bool _isFinished;
|
bool _isFinished;
|
||||||
|
|
Loading…
Reference in a new issue