Skip to content

Commit a346a0c

Browse files
committed
Add filesize display functions to projectbrowser
1 parent dc49471 commit a346a0c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ui/projectbrowser.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ class BINARYNINJAUIAPI ProjectItemModel: public QStandardItemModel, public Binar
9090
QStandardItem* ItemForId(const std::string& id);
9191

9292
void reloadData(const BinaryNinja::ProgressFunction& progress = [](size_t, size_t){ return true; });
93+
void toggleGlobalShowFileSize();
94+
static bool isGlobalShowFileSize();
9395

9496
virtual QMimeData* mimeData(const QModelIndexList& indexes) const override;
9597
virtual bool dropMimeData(const QMimeData* data, Qt::DropAction action, int row, int column, const QModelIndex& parent) override;

0 commit comments

Comments
 (0)