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/featuremap.h | |
| parent | f6659517c08799cf52fddd09424eaea867ff3ed7 (diff) | |
Use Qt qobject casting style for DockWidgets.
Diffstat (limited to 'ui/featuremap.h')
| -rw-r--r-- | ui/featuremap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/featuremap.h b/ui/featuremap.h index beff9ccb..e01b5f50 100644 --- a/ui/featuremap.h +++ b/ui/featuremap.h @@ -25,6 +25,7 @@ class ViewFrame; class BINARYNINJAUIAPI FeatureMap: public QWidget, public BinaryNinja::BinaryDataNotification, public DockContextHandler { Q_OBJECT + Q_INTERFACES(DockContextHandler) QImage* m_image = nullptr; QImage* m_staticImage = nullptr; |
