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/functionsview.h | |
| parent | f6659517c08799cf52fddd09424eaea867ff3ed7 (diff) | |
Use Qt qobject casting style for DockWidgets.
Diffstat (limited to 'ui/functionsview.h')
| -rw-r--r-- | ui/functionsview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/functionsview.h b/ui/functionsview.h index 4ca9a4a3..65b40c45 100644 --- a/ui/functionsview.h +++ b/ui/functionsview.h @@ -11,6 +11,7 @@ class FunctionList; class BINARYNINJAUIAPI FunctionsView: public QWidget, public DockContextHandler, public BinaryNinja::BinaryDataNotification { Q_OBJECT + Q_INTERFACES(DockContextHandler) BinaryViewRef m_data; |
