From 4bc108e48a80aed3c59ca9c03867b7a312392e97 Mon Sep 17 00:00:00 2001 From: Brian Knudson Date: Thu, 18 Mar 2021 11:23:59 -0400 Subject: Add Go to File Offset action --- ui/flowgraphwidget.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ui/flowgraphwidget.h') 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(); -- cgit v1.3.1