From aa8aef6ea9bc2823119ca06936aff9828c75d83e Mon Sep 17 00:00:00 2001 From: Pavel Pisa Date: Mon, 19 Aug 2019 19:08:06 +0200 Subject: Action to execute external make command and ask for unsaved sources. Signed-off-by: Pavel Pisa --- qtmips_gui/srceditor.h | 1 + 1 file changed, 1 insertion(+) (limited to 'qtmips_gui/srceditor.h') diff --git a/qtmips_gui/srceditor.h b/qtmips_gui/srceditor.h index 02650e5..880520e 100644 --- a/qtmips_gui/srceditor.h +++ b/qtmips_gui/srceditor.h @@ -55,6 +55,7 @@ public: bool loadByteArray(const QByteArray &content, QString filename = ""); void setCursorToLine(int ln); void setFileName(QString filename); + bool isModified() const; private: QSyntaxHighlighter *highlighter; void setup_common(); -- cgit v1.2.3