aboutsummaryrefslogtreecommitdiff
path: root/qtmips_gui/mainwindow.h
diff options
context:
space:
mode:
authorPavel Pisa <pisa@cmp.felk.cvut.cz>2019-07-03 20:24:37 +0200
committerPavel Pisa <pisa@cmp.felk.cvut.cz>2019-07-03 20:26:15 +0200
commite28573e96800e0f316a8404b8c02c60c4597159b (patch)
tree71e06e848e93c0868c5176018f8bd791be12375e /qtmips_gui/mainwindow.h
parent59adcfe30f70abe9f493d65f98ec54c59e17d9ce (diff)
downloadqtmips-e28573e96800e0f316a8404b8c02c60c4597159b.tar.gz
qtmips-e28573e96800e0f316a8404b8c02c60c4597159b.tar.bz2
qtmips-e28573e96800e0f316a8404b8c02c60c4597159b.zip
Emscripten version does not wait for dialog->exec(), proces selected value by signal.
Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
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;