From 644f9709668eca8c206d662bf40361180ed1cb8c Mon Sep 17 00:00:00 2001 From: Rusty Wagner Date: Thu, 7 Oct 2021 12:57:07 -0600 Subject: Replace log/scripting console dock widgets with global area concept --- 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 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); -- cgit v1.3.1