diff options
| author | Rusty Wagner <rusty.wagner@gmail.com> | 2025-06-17 21:35:08 -0400 |
|---|---|---|
| committer | Rusty Wagner <rusty.wagner@gmail.com> | 2025-06-23 15:19:52 -0400 |
| commit | f59acf14a8a8630a5b9a0e0cb422a1192f247f5d (patch) | |
| tree | 7018ad230557f9e1fcb68cbbd4e6fdefb9b3005a /ui/sidebaricons.h | |
| parent | df2691ad3443fdf9767869be73c1014f49383239 (diff) | |
Allow sidebar icons to be hidden
Diffstat (limited to 'ui/sidebaricons.h')
| -rw-r--r-- | ui/sidebaricons.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/sidebaricons.h b/ui/sidebaricons.h index b68ace9e..7ba57f77 100644 --- a/ui/sidebaricons.h +++ b/ui/sidebaricons.h @@ -78,9 +78,11 @@ class BINARYNINJAUIAPI SidebarIconsWidget : public QWidget std::pair<SidebarWidgetLocation, size_t> findDropLocation(int y) const; QRect placeholderRect() const; bool shouldBeVisible() const; + bool shouldContainMoreIcon() const; private Q_SLOTS: void containerUpdated(); + void contentClassificationChanged(); protected: virtual void paintEvent(QPaintEvent* event) override; |
