diff options
Diffstat (limited to 'qtmips_gui/srceditor.h')
-rw-r--r-- | qtmips_gui/srceditor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qtmips_gui/srceditor.h b/qtmips_gui/srceditor.h index 1c2e677..1fdbb98 100644 --- a/qtmips_gui/srceditor.h +++ b/qtmips_gui/srceditor.h @@ -54,6 +54,7 @@ public: bool saveFile(QString filename = ""); bool loadByteArray(const QByteArray &content, QString filename = ""); void setCursorToLine(int ln); + void setFileName(QString filename); private: Highlighter *highlighter; void setup_common(); |