diff options
| author | Rusty Wagner <rusty.wagner@gmail.com> | 2021-10-07 14:56:00 -0600 |
|---|---|---|
| committer | Rusty Wagner <rusty.wagner@gmail.com> | 2021-10-07 14:56:00 -0600 |
| commit | 0bab4ba6a769de63e52ecfaa88c09c44928ed838 (patch) | |
| tree | 6768c460875326352e9fe3e39e6ff0bb951e7173 /ui/filecontext.h | |
| parent | 55991abdd4f79f209ebfd0ac09e69e3a2792e9e0 (diff) | |
Add modification indicator for tabs
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 3a7799a5..b58413b6 100644 --- a/ui/filecontext.h +++ b/ui/filecontext.h @@ -45,6 +45,7 @@ public: static void closeAllOpenFiles(); BinaryViewRef getRawData() const { return m_rawData; } + FileMetadataRef getMetadata() const { return m_file; } QString getFilename() const { return m_filename; } void setFilename(QString newName) {m_filename = newName;} ViewFrame* getCurrentViewFrame() const { return m_currentViewFrame; } |
