summaryrefslogtreecommitdiff
path: root/ui/dockhandler.h
diff options
context:
space:
mode:
authorBrian Potchik <brian@vector35.com>2020-11-21 17:44:49 -0500
committerBrian Potchik <brian@vector35.com>2020-11-21 17:44:49 -0500
commit20b03bd36ec247b8c28dc1643f57b21ec94c8294 (patch)
tree276b6ffb75d62f256b75e2d19b773d9b6964fbe5 /ui/dockhandler.h
parentb24b2a197a2f39ef0f2c5e28253dd55f3c1fffb4 (diff)
Allow DockHandler::notifyOffset to provide notification that an IL view information has changed.
Diffstat (limited to 'ui/dockhandler.h')
-rw-r--r--ui/dockhandler.h5
1 files changed, 2 insertions, 3 deletions
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<Qt::DockWidgetArea, bool> m_enableHiddenGroupSave;
- uint64_t m_currentOffset = 0;
+ ViewLocation m_currentViewLocation;
friend class DockContextHandler;
std::map<QWidget*, DockContextHandler*> m_contexts;