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.h | |
parent | a4dd1f00a5d0108058fb3bfbd5f399a507792859 (diff) |
Report status correctly when steps have finished running
Diffstat (limited to 'gui/worker.h')
-rw-r--r-- | gui/worker.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/worker.h b/gui/worker.h index c62f4ed..5ffb6ef 100644 --- a/gui/worker.h +++ b/gui/worker.h @@ -72,6 +72,7 @@ class Worker : public QObject void ex_info(const InstrDTO *); void mm_info(const InstrDTO *); void wb_info(const InstrDTO *); + void steps_done(); void finished(); private: |