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/hexeditor.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ui/hexeditor.h') diff --git a/ui/hexeditor.h b/ui/hexeditor.h index 3a2fb8e2..e571ca88 100644 --- a/ui/hexeditor.h +++ b/ui/hexeditor.h @@ -114,6 +114,7 @@ private: bool isSelectionActive(); void goToAddress(bool selection); + void goToAddressAtFileOffset(); void searchRegEx(); void findNext(); -- cgit v1.3.1