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 976c21e..712faf4 100644
--- a/qtmips_gui/mainwindow.h
+++ b/qtmips_gui/mainwindow.h
@@ -175,6 +175,9 @@ public:
SimpleAsmWithEditorCheck(MainWindow *a_mainwindow, QObject *parent = nullptr) :
Super(parent), mainwindow(a_mainwindow) {}
bool process_file(QString filename, QString *error_ptr = nullptr) override;
+protected:
+ virtual bool process_pragma(QStringList &operands, QString filename = "",
+ int line_number = 0, QString *error_ptr = nullptr) override;
private:
MainWindow *mainwindow;
};