diff options
| author | Brian Potchik <brian@vector35.com> | 2019-10-22 23:11:42 -0400 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2019-10-22 23:11:42 -0400 |
| commit | a49e1b7d4e3d1bab73337b6d9412350f39f5ce15 (patch) | |
| tree | c5c54b757a6c9e7e995c86f5423c2bcdbbb00044 /ui/symbolsview.h | |
| parent | ad4a9bb0f54a2be3f4f701494f10094fcc815262 (diff) | |
Fix SymbolsView context menu.
Diffstat (limited to 'ui/symbolsview.h')
| -rw-r--r-- | ui/symbolsview.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/symbolsview.h b/ui/symbolsview.h index 25eeab6e..da857521 100644 --- a/ui/symbolsview.h +++ b/ui/symbolsview.h @@ -14,6 +14,8 @@ class BINARYNINJAUIAPI SymbolsView: public QWidget, public DockContextHandler, p Q_OBJECT Q_INTERFACES(DockContextHandler) + friend class SymbolList; + BinaryViewRef m_data; SymbolList* m_funcList; |
