diff options
Diffstat (limited to 'ui/filecontext.h')
| -rw-r--r-- | ui/filecontext.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/filecontext.h b/ui/filecontext.h index 6a4f13ee..a3939a13 100644 --- a/ui/filecontext.h +++ b/ui/filecontext.h @@ -46,6 +46,7 @@ public: BinaryViewRef getRawData() const { return m_rawData; } QString getFilename() const { return m_filename; } + void setFilename(QString newName) {m_filename = newName;} ViewFrame* getCurrentViewFrame() const { return m_currentViewFrame; } bool isValidSaveFilename() const { return m_isValidSaveFilename; } |
