aboutsummaryrefslogtreecommitdiff
path: root/qtmips_gui/newdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'qtmips_gui/newdialog.h')
-rw-r--r--qtmips_gui/newdialog.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/qtmips_gui/newdialog.h b/qtmips_gui/newdialog.h
index 5f85969..2b1b7c4 100644
--- a/qtmips_gui/newdialog.h
+++ b/qtmips_gui/newdialog.h
@@ -67,6 +67,9 @@ private slots:
void hazard_unit_change();
void mem_protec_exec_change(bool);
void mem_protec_write_change(bool);
+ void mem_time_read_change(int);
+ void mem_time_write_change(int);
+ void mem_time_burst_change(int);
private:
Ui::NewDialog *ui;