summaryrefslogtreecommitdiff
path: root/ui/flowgraphwidget.h
diff options
context:
space:
mode:
authorRusty Wagner <rusty@vector35.com>2020-05-01 22:02:25 -0400
committerRusty Wagner <rusty@vector35.com>2020-05-01 22:03:44 -0400
commit2fd16f7a4606d3a597528bff8124ab7b0654d902 (patch)
tree4e88cab155d6e372dda9e36d2667eb166d3a23e2 /ui/flowgraphwidget.h
parent65db7bd0488c0a56c53446e87b14bf0cd95a8d9c (diff)
Add additional context on integer tokens
Diffstat (limited to 'ui/flowgraphwidget.h')
-rw-r--r--ui/flowgraphwidget.h2
1 files changed, 2 insertions, 0 deletions
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();