diff options
| author | Brian Potchik <brian@vector35.com> | 2019-05-10 16:25:43 -0400 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2019-05-10 16:25:43 -0400 |
| commit | 181cced4e6fe3a8b6e967cedc4ff84b53b3c8c92 (patch) | |
| tree | e3f0801ff2379f79bbf4fb671e6e6c607626dba7 /ui/minigraph.h | |
| parent | f6659517c08799cf52fddd09424eaea867ff3ed7 (diff) | |
Use Qt qobject casting style for DockWidgets.
Diffstat (limited to 'ui/minigraph.h')
| -rw-r--r-- | ui/minigraph.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/minigraph.h b/ui/minigraph.h index 74e08b5c..54bf400b 100644 --- a/ui/minigraph.h +++ b/ui/minigraph.h @@ -16,6 +16,7 @@ class ViewFrame; class BINARYNINJAUIAPI MiniGraph: public QWidget, public DockContextHandler { Q_OBJECT + Q_INTERFACES(DockContextHandler) FlowGraphWidget* m_flowGraphWidget = nullptr; |
