diff --git a/GUIWidgets/SimulationThread/SimulationThread.cpp b/GUIWidgets/SimulationThread/SimulationThread.cpp index 95d5fc28..08d23066 100644 --- a/GUIWidgets/SimulationThread/SimulationThread.cpp +++ b/GUIWidgets/SimulationThread/SimulationThread.cpp @@ -26,5 +26,4 @@ void CSimulationThread::RequestStop() { m_stop(); m_aborted = true; - emit Finished(); }