diff options
| author | Brian Knudson <bk@vector35.com> | 2021-03-18 11:23:59 -0400 |
|---|---|---|
| committer | Brian Knudson <bk@vector35.com> | 2021-03-18 14:38:06 -0400 |
| commit | 4bc108e48a80aed3c59ca9c03867b7a312392e97 (patch) | |
| tree | 017da2e02940ce9e89314dfdb0b88ced248c290d /ui/hexeditor.h | |
| parent | ca369aced1654ffe89d473a03ff2ac1b54bf1200 (diff) | |
Add Go to File Offset action
Diffstat (limited to 'ui/hexeditor.h')
| -rw-r--r-- | ui/hexeditor.h | 1 |
1 files changed, 1 insertions, 0 deletions
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(); |
