remove abortEvaluation() since it has no effect for the test cases and might cause unexpected side effects

This commit is contained in:
Brad Hefta-Gaub 2016-04-18 15:28:33 -07:00
parent c3a86f46d0
commit d5891e9073

View file

@ -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();