summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ui/projectbrowser.h4
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;