diff options
Diffstat (limited to 'ui')
| -rw-r--r-- | ui/menus.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -19,6 +19,7 @@ class BINARYNINJAUIAPI ContextMenuManager MenuInstance* m_instance; public: + ContextMenuManager(): m_parent(nullptr), m_menu(nullptr), m_instance(nullptr) { } ContextMenuManager(QWidget* parent); ~ContextMenuManager(); QMenu* create(); @@ -42,6 +43,7 @@ protected: QTimer* m_timer; public: + MenuHelper() { } MenuHelper(QWidget* parent); void setBackgroundColorRole(QPalette::ColorRole role = QPalette::Highlight); |
