mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:44:11 +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");
|
||||
return;
|
||||
}
|
||||
abortEvaluation(); // abort any script evaluation that may be active
|
||||
_isFinished = true;
|
||||
if (_wantSignals) {
|
||||
emit runningStateChanged();
|
||||
|
|
Loading…
Reference in a new issue