From f35c47dffaa152eea6614a787bf8f2c76221162a Mon Sep 17 00:00:00 2001 From: Josh Ferrell Date: Fri, 9 Feb 2024 12:34:28 -0500 Subject: Expose projectbrowser.h --- ui/uicontext.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ui/uicontext.h') diff --git a/ui/uicontext.h b/ui/uicontext.h index fee474ce..9d65ac90 100644 --- a/ui/uicontext.h +++ b/ui/uicontext.h @@ -23,6 +23,7 @@ class Sidebar; class SidebarWidgetContainer; class GlobalArea; class Pane; +class ProjectStatusWidget; struct SelectionInfoForXref; /*! @@ -457,6 +458,7 @@ public: virtual std::vector getAllViewFramesForTab(QWidget* tab) const = 0; virtual ProjectRef getProject(); + virtual ProjectStatusWidget* getProjectStatusWidget(); virtual bool openFilename(const QString& path, bool openOptions = false); virtual ProjectRef openProject(const QString& path); -- cgit v1.3.1