From 2fd16f7a4606d3a597528bff8124ab7b0654d902 Mon Sep 17 00:00:00 2001 From: Rusty Wagner Date: Fri, 1 May 2020 22:02:25 -0400 Subject: Add additional context on integer tokens --- ui/flowgraphwidget.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ui/flowgraphwidget.h') diff --git a/ui/flowgraphwidget.h b/ui/flowgraphwidget.h index e90bcdc5..036d042c 100644 --- a/ui/flowgraphwidget.h +++ b/ui/flowgraphwidget.h @@ -176,6 +176,8 @@ protected: void selectNone(); void navigateToHighlightedToken(); + uint64_t getTokenAddress(); + public: FlowGraphWidget(QWidget* parent, BinaryViewRef view, FlowGraphRef graph = FlowGraphRef()); ~FlowGraphWidget(); -- cgit v1.3.1