diff options
Diffstat (limited to 'gui/storageview.h')
-rw-r--r-- | gui/storageview.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/storageview.h b/gui/storageview.h index e8f3473..a0f8dbb 100644 --- a/gui/storageview.h +++ b/gui/storageview.h @@ -88,6 +88,8 @@ class StorageView : public QAbstractTableModel * Whether or not the headers should be displayed in hex. */ bool is_hex = true; + + private: /** * The data this table displays. */ |