diff options
Diffstat (limited to 'gui/gui.h')
-rw-r--r-- | gui/gui.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,7 @@ class GUI : public QMainWindow bool is_pipelined); private slots: - void onWorkerClockCycles(int value, int pc); + void on_worker_refresh_gui(int value, int pc); void onWorkerFetchInfo(const std::vector<int> info); |