summaryrefslogtreecommitdiff
path: root/ui/uicontext.h
diff options
context:
space:
mode:
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);