diff options
Diffstat (limited to 'qtmips_gui/mainwindow.h')
-rw-r--r-- | qtmips_gui/mainwindow.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qtmips_gui/mainwindow.h b/qtmips_gui/mainwindow.h index f75d31e..9c7bb25 100644 --- a/qtmips_gui/mainwindow.h +++ b/qtmips_gui/mainwindow.h @@ -132,6 +132,8 @@ private: machine::QtMipsMachine *machine; // Current simulated machine void show_dockwidget(QDockWidget *w, Qt::DockWidgetArea area = Qt::RightDockWidgetArea); + void add_src_editor_to_tabs(SrcEditor *editor); + void update_open_file_list(); }; #endif // MAINWINDOW_H |