From 20b03bd36ec247b8c28dc1643f57b21ec94c8294 Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Sat, 21 Nov 2020 17:44:49 -0500 Subject: Allow DockHandler::notifyOffset to provide notification that an IL view information has changed. --- ui/dockhandler.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'ui/dockhandler.h') diff --git a/ui/dockhandler.h b/ui/dockhandler.h index a8e0cb51..4219a667 100644 --- a/ui/dockhandler.h +++ b/ui/dockhandler.h @@ -7,13 +7,12 @@ #include "binaryninjaapi.h" #include "action.h" +#include "viewframe.h" #include "uitypes.h" class ContextMenuManager; class DockHandler; class Menu; -class View; -class ViewFrame; struct BINARYNINJAUIAPI DockProperties @@ -101,7 +100,7 @@ class BINARYNINJAUIAPI DockHandler: public QObject bool m_shouldResizeDocks = false; std::map m_enableHiddenGroupSave; - uint64_t m_currentOffset = 0; + ViewLocation m_currentViewLocation; friend class DockContextHandler; std::map m_contexts; -- cgit v1.3.1