Skip to content

Commit 3a96e12

Browse files
committed
Add functions for toggling full filesize in project browser
1 parent 312fe95 commit 3a96e12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/projectbrowser.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ class BINARYNINJAUIAPI ProjectItemModel: public QStandardItemModel, public Binar
9999
virtual bool setData(const QModelIndex& index, const QVariant& value, int role = Qt::EditRole) override;
100100

101101
virtual void toggleGlobalShowFileSize();
102-
virtual bool isGlobalShowFileSize() const;
102+
virtual bool isGlobalShowFileSize();
103103

104104
enum {
105105
TypeRole = Qt::UserRole,

0 commit comments

Comments
 (0)