summaryrefslogtreecommitdiff
path: root/gui/gui.h
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2025-04-27 13:06:44 -0400
committerbd <bdunahu@operationnull.com>2025-04-27 13:06:44 -0400
commitc00703033380d68eeff47c40a9c7dc5f8cd7fb1f (patch)
tree78e088fd451a5fbe80406c4506223f27a8755514 /gui/gui.h
parenta4dd1f00a5d0108058fb3bfbd5f399a507792859 (diff)
Report status correctly when steps have finished running
Diffstat (limited to 'gui/gui.h')
-rw-r--r--gui/gui.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/gui.h b/gui/gui.h
index 830d852..8e0b5b4 100644
--- a/gui/gui.h
+++ b/gui/gui.h
@@ -68,6 +68,8 @@ class GUI : public QMainWindow
void onWorkerWriteBackInfo(const InstrDTO *);
+ void onWorkerStepsDone();
+
void onWorkerShowStorage(const QVector<QVector<int>> &data, int i);
void onWorkerShowRegisters(const std::array<int, GPR_NUM> &data);