From 2afe840e4c49d54d692c7a37699b4f7a191fb349 Mon Sep 17 00:00:00 2001 From: Alexander Taylor Date: Mon, 12 Feb 2024 16:47:36 -0500 Subject: Use our custom tab bar in projects view. --- ui/projectbrowser.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 #include #include +#include +#include #include #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; -- cgit v1.3.1