diff options
| author | Alexander Taylor <alex@vector35.com> | 2024-02-12 16:47:36 -0500 |
|---|---|---|
| committer | Alexander Taylor <alex@vector35.com> | 2024-02-12 22:13:12 -0500 |
| commit | 2afe840e4c49d54d692c7a37699b4f7a191fb349 (patch) | |
| tree | ceff3bf03685551e22171851949a6b0bfb338099 /ui/projectbrowser.h | |
| parent | 698da3c5dc110190e5914f5db306c3482ddddb93 (diff) | |
Use our custom tab bar in projects view.
Diffstat (limited to 'ui/projectbrowser.h')
| -rw-r--r-- | ui/projectbrowser.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ui/projectbrowser.h b/ui/projectbrowser.h index 886d683d..b75521ba 100644 --- a/ui/projectbrowser.h +++ b/ui/projectbrowser.h @@ -21,6 +21,8 @@ #include <qlistwidget.h> #include <qwidget.h> #include <qpushbutton.h> +#include <globalarea.h> +#include <tabwidget.h> #include <unordered_map> #include "binaryninjaapi.h" @@ -265,7 +267,7 @@ class BINARYNINJAUIAPI ProjectBrowser: public QWidget, public UIContextNotificat FilterEdit* m_recentsFilterEdit; FilteredView* m_filteredRecentsView; - QTabBar* m_tabBar; + DockableTabBar* m_tabBar; ProjectItemModel* m_projectModel; SortFilterProjectItemModel* m_sortFilterProjectModel; |
