summaryrefslogtreecommitdiff
path: root/ui/flowgraphwidget.h
diff options
context:
space:
mode:
authorPeter LaFosse <peter@vector35.com>2021-05-05 14:05:19 -0400
committerPeter LaFosse <peter@vector35.com>2021-05-10 13:08:37 -0400
commit028f3c9fa77caa896b14b42a1360476525478468 (patch)
treeffbcb4b11554cb5f972639e5630a34d381768856 /ui/flowgraphwidget.h
parentcd3a370550d679d2c87c656349d45df711874d20 (diff)
Use standard contextMenuEvent for right click
Diffstat (limited to 'ui/flowgraphwidget.h')
-rw-r--r--ui/flowgraphwidget.h2
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);