diff options
| author | Rusty Wagner <rusty@vector35.com> | 2020-04-27 23:14:44 -0400 |
|---|---|---|
| committer | Rusty Wagner <rusty@vector35.com> | 2020-04-27 23:15:19 -0400 |
| commit | 68a9e96c98dbed4e4154a13ffec7b9c94876661a (patch) | |
| tree | 63088d43c0ea630e1df3511a2f00131f5598e326 /ui/flowgraphwidget.h | |
| parent | 8947d620ff982ac5a40e925cce5d95637618a688 (diff) | |
Add names for goto labels
Diffstat (limited to 'ui/flowgraphwidget.h')
| -rw-r--r-- | ui/flowgraphwidget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/flowgraphwidget.h b/ui/flowgraphwidget.h index dc358871..e90bcdc5 100644 --- a/ui/flowgraphwidget.h +++ b/ui/flowgraphwidget.h @@ -155,6 +155,7 @@ protected: void bindActions(); void navigateToAddress(uint64_t addr); + void navigateToGotoLabel(uint64_t label); void setGraphInternal(FlowGraphRef graph, FlowGraphHistoryEntry* entry, bool useAddr, uint64_t addr, bool notify, bool recenterWithPreviousGraph); |
