summaryrefslogtreecommitdiff
path: root/gui/gui.h
diff options
context:
space:
mode:
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);