aboutsummaryrefslogtreecommitdiff
path: root/qtmips_gui/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'qtmips_gui/mainwindow.h')
-rw-r--r--qtmips_gui/mainwindow.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/qtmips_gui/mainwindow.h b/qtmips_gui/mainwindow.h
index 94365fe..bd1aa80 100644
--- a/qtmips_gui/mainwindow.h
+++ b/qtmips_gui/mainwindow.h
@@ -106,6 +106,9 @@ protected:
void closeEvent(QCloseEvent *event);
void setCurrentSrcEditor(SrcEditor *srceditor);
+protected slots:
+ void src_editor_save_to(QString filename);
+
private:
Ui::MainWindow *ui;