diff options
Diffstat (limited to 'ui')
| -rw-r--r-- | ui/projectbrowser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/projectbrowser.h b/ui/projectbrowser.h index 83d367f4..da6699e1 100644 --- a/ui/projectbrowser.h +++ b/ui/projectbrowser.h @@ -99,7 +99,7 @@ public: virtual bool setData(const QModelIndex& index, const QVariant& value, int role = Qt::EditRole) override; virtual void toggleGlobalShowFileSize(); - virtual bool isGlobalShowFileSize() const; + virtual bool isGlobalShowFileSize(); enum { TypeRole = Qt::UserRole, |
