diff options
| -rw-r--r-- | ui/flowgraphwidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/flowgraphwidget.h b/ui/flowgraphwidget.h index 9399b26e..678f4b51 100644 --- a/ui/flowgraphwidget.h +++ b/ui/flowgraphwidget.h @@ -161,7 +161,7 @@ protected: HighlightTokenState getTokenForMouseEvent(QMouseEvent* event); - void showContextMenu(); + virtual void contextMenuEvent(QContextMenuEvent*) override; void bindActions(); void navigateToAddress(uint64_t addr); |
