diff options
Diffstat (limited to 'ui/uicontext.h')
| -rw-r--r-- | ui/uicontext.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/uicontext.h b/ui/uicontext.h index b0e2adde..de58a74b 100644 --- a/ui/uicontext.h +++ b/ui/uicontext.h @@ -20,6 +20,7 @@ class FileContext; class ViewLocation; class Sidebar; class SidebarWidgetContainer; +class GlobalArea; struct SelectionInfoForXref; /*! @@ -271,6 +272,7 @@ public: virtual UIActionHandler* contentActionHandler() = 0; virtual Sidebar* sidebar() = 0; + virtual GlobalArea* globalArea() = 0; void updateCrossReferences(ViewFrame* frame, View* view, const SelectionInfoForXref& selection); |
