summaryrefslogtreecommitdiff
path: root/ui/uicontext.h
diff options
context:
space:
mode:
authorRusty Wagner <rusty.wagner@gmail.com>2021-10-07 12:57:07 -0600
committerRusty Wagner <rusty.wagner@gmail.com>2021-10-26 16:16:50 -0600
commit644f9709668eca8c206d662bf40361180ed1cb8c (patch)
treebc75058cfc894de891aa8419def6b9063bff2943 /ui/uicontext.h
parentcb46d56c6c95a945bd2835d042ec1c79d16a16ef (diff)
Replace log/scripting console dock widgets with global area concept
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 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);