From 70ce5764abacc1a7ea518f5ccef92421a1d6d04e Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Thu, 17 Dec 2020 23:27:38 -0500 Subject: Allow minigraph to work with reflection view when main view is linear. --- ui/viewframe.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ui/viewframe.h') diff --git a/ui/viewframe.h b/ui/viewframe.h index b4d3413e..b7d28fab 100644 --- a/ui/viewframe.h +++ b/ui/viewframe.h @@ -241,6 +241,7 @@ public: virtual ~ViewFrame(); FileContext* getFileContext() const { return m_context; } + DockHandler* getDockHandler() const { return m_docks; } QString getTabName(); QString getShortFileName(); -- cgit v1.3.1