diff options
Diffstat (limited to 'qtmips_gui/mainwindow.h')
-rw-r--r-- | qtmips_gui/mainwindow.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/qtmips_gui/mainwindow.h b/qtmips_gui/mainwindow.h index 9431515..1389f21 100644 --- a/qtmips_gui/mainwindow.h +++ b/qtmips_gui/mainwindow.h @@ -23,13 +23,14 @@ public: ~MainWindow(); void start(); - void create_core(machine::MachineConfig *config); + void create_core(const machine::MachineConfig &config); bool configured(); public slots: // Actions signals void new_machine(); + void machine_reload(); void show_registers(); void show_program(); void show_memory(); |