diff options
author | bd <bdunahu@operationnull.com> | 2025-04-27 16:00:23 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-04-27 16:00:23 -0400 |
commit | 3233a150e2024e9be51623f606bf15527a76cf1e (patch) | |
tree | 23adac7eb45c2b3eab832f08d496a85c87313c37 /gui/worker.cc | |
parent | 07c618096daec422c42ee1a379200101d0d349cc (diff) | |
parent | d9832fa5f24dc0e7df41b61e5d0181adbb4edf77 (diff) |
Merge remote-tracking branch 'origin/bdunahu' into vector_ext
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() |