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.h | |
| parent | 07c618096daec422c42ee1a379200101d0d349cc (diff) | |
| parent | d9832fa5f24dc0e7df41b61e5d0181adbb4edf77 (diff) | |
Merge remote-tracking branch 'origin/bdunahu' into vector_ext
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: |
