summaryrefslogtreecommitdiff
path: root/ui/viewframe.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/viewframe.h')
-rw-r--r--ui/viewframe.h1
1 files changed, 1 insertions, 0 deletions
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();