summaryrefslogtreecommitdiff
path: root/ui/uicontext.h
diff options
context:
space:
mode:
authorJosh Ferrell <josh@vector35.com>2024-02-09 12:34:28 -0500
committerJosh Ferrell <josh@vector35.com>2024-02-09 12:40:02 -0500
commitf35c47dffaa152eea6614a787bf8f2c76221162a (patch)
treec5e423e4324987915b03dfae9950d3c0748fd9a1 /ui/uicontext.h
parentd349ef152d6d9b5939a2fd1de2281b1a720fc297 (diff)
Expose projectbrowser.h
Diffstat (limited to 'ui/uicontext.h')
-rw-r--r--ui/uicontext.h2
1 files changed, 2 insertions, 0 deletions
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<ViewFrame*> 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);