diff options
| author | Alexander Khosrowshahi <alexk@vector35.com> | 2025-06-18 19:24:35 -0400 |
|---|---|---|
| committer | Alex Khosrowshahi <71569995+spoonmilk@users.noreply.github.com> | 2025-06-30 07:52:46 -0700 |
| commit | ee50478d7b494ae4e62ae08986ce0b9229bc0fbc (patch) | |
| tree | 9653cc1e94fa7ab0db6ce733a054671879f11922 /ui/projectbrowser.h | |
| parent | c7d41f747b075145730ba8457808e5bc3d19fca2 (diff) | |
Add functions for toggling full filesize in project browser
Diffstat (limited to 'ui/projectbrowser.h')
| -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, |
