Skip to content

Commit

Permalink
Some minor cleaning up.
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed Nov 19, 2019
1 parent af84fb6 commit 471399d
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -373,7 +373,8 @@ bool SimulationSupportPythonWrapper::run(Simulation *pSimulation)
QEventLoop waitLoop;

connect(this, &SimulationSupportPythonWrapper::gotElapsedTime,
&waitLoop, &QEventLoop::quit, Qt::QueuedConnection);
&waitLoop, &QEventLoop::quit,
Qt::QueuedConnection);

pSimulation->run();

Expand Down

0 comments on commit 471399d

Please sign in to comment.