mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 07:53:08 +02:00
remove abortEvaluation() since it has no effect for the test cases and might cause unexpected side effects
This commit is contained in:
parent
c3a86f46d0
commit
d5891e9073
1 changed files with 0 additions and 1 deletions
|
@ -758,7 +758,6 @@ void ScriptEngine::stop() {
|
||||||
QMetaObject::invokeMethod(this, "stop");
|
QMetaObject::invokeMethod(this, "stop");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
abortEvaluation(); // abort any script evaluation that may be active
|
|
||||||
_isFinished = true;
|
_isFinished = true;
|
||||||
if (_wantSignals) {
|
if (_wantSignals) {
|
||||||
emit runningStateChanged();
|
emit runningStateChanged();
|
||||||
|
|
Loading…
Reference in a new issue