summaryrefslogtreecommitdiff
path: root/ui/flowgraphwidget.h
diff options
context:
space:
mode:
authorBrian Knudson <bk@vector35.com>2021-03-18 11:23:59 -0400
committerBrian Knudson <bk@vector35.com>2021-03-18 14:38:06 -0400
commit4bc108e48a80aed3c59ca9c03867b7a312392e97 (patch)
tree017da2e02940ce9e89314dfdb0b88ced248c290d /ui/flowgraphwidget.h
parentca369aced1654ffe89d473a03ff2ac1b54bf1200 (diff)
Add Go to File Offset action
Diffstat (limited to 'ui/flowgraphwidget.h')
-rw-r--r--ui/flowgraphwidget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/flowgraphwidget.h b/ui/flowgraphwidget.h
index 1b313c31..1a8774e2 100644
--- a/ui/flowgraphwidget.h
+++ b/ui/flowgraphwidget.h
@@ -305,6 +305,7 @@ private Q_SLOTS:
void zoomPauseTimerEvent();
void goToAddress();
+ void goToAddressAtFileOffset();
void followPointer();
void defineName();
void undefineName();