mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 23:33:48 +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);
|
||||
}
|
||||
|
||||
void ScriptEngine::preEvaluateReset() {
|
||||
_dataServerScriptingInterface.refreshUUID();
|
||||
}
|
||||
|
||||
void ScriptEngine::evaluate() {
|
||||
if (!_isInitialized) {
|
||||
init();
|
||||
|
|
|
@ -74,7 +74,6 @@ signals:
|
|||
void finished(const QString& fileNameString);
|
||||
|
||||
protected:
|
||||
void preEvaluateReset();
|
||||
|
||||
QString _scriptContents;
|
||||
bool _isFinished;
|
||||
|
|
Loading…
Reference in a new issue