diff options
author | bd <bdunahu@operationnull.com> | 2025-04-27 13:06:44 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-04-27 13:06:44 -0400 |
commit | c00703033380d68eeff47c40a9c7dc5f8cd7fb1f (patch) | |
tree | 78e088fd451a5fbe80406c4506223f27a8755514 /gui/worker.cc | |
parent | a4dd1f00a5d0108058fb3bfbd5f399a507792859 (diff) |
Report status correctly when steps have finished running
Diffstat (limited to 'gui/worker.cc')
-rw-r--r-- | gui/worker.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/worker.cc b/gui/worker.cc index 0ba364b..dd7b637 100644 --- a/gui/worker.cc +++ b/gui/worker.cc @@ -72,6 +72,7 @@ void Worker::runSteps(int steps) { this->ct->run_for(steps); this->update(); + emit steps_done(); } void Worker::update() |