From f3e6d5ed8acdeb3f5eccffb5aeeab2e7b040908c Mon Sep 17 00:00:00 2001 From: bd Date: Fri, 25 Apr 2025 21:19:10 -0400 Subject: Separate update method for worker into its own method --- gui/worker.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'gui/worker.h') diff --git a/gui/worker.h b/gui/worker.h index 072263a..06e4a16 100644 --- a/gui/worker.h +++ b/gui/worker.h @@ -78,6 +78,13 @@ class Worker : public QObject void mm_info(const InstrDTO *); void wb_info(const InstrDTO *); void finished(); + + private: + /** + * Sets the GUI signals to update the storage, clock cycle, and stage + * displays. + */ + void update(); }; #endif // WORKER_H -- cgit v1.2.3