aboutsummaryrefslogtreecommitdiff
path: root/qtmips_gui/srceditor.h
diff options
context:
space:
mode:
Diffstat (limited to 'qtmips_gui/srceditor.h')
-rw-r--r--qtmips_gui/srceditor.h1
1 files changed, 1 insertions, 0 deletions
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();