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/logview.h | |
| parent | f6659517c08799cf52fddd09424eaea867ff3ed7 (diff) | |
Use Qt qobject casting style for DockWidgets.
Diffstat (limited to 'ui/logview.h')
| -rw-r--r-- | ui/logview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/logview.h b/ui/logview.h index a83d36b2..0b5272c0 100644 --- a/ui/logview.h +++ b/ui/logview.h @@ -106,6 +106,7 @@ public Q_SLOTS: class BINARYNINJAUIAPI LogView: public QListView, public DockContextHandler { Q_OBJECT + Q_INTERFACES(DockContextHandler) QPointer<LogStatus> m_logStatus; std::vector<std::pair<QAction*, bool>> m_actionEnableList; |
