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/linearview.h | |
| parent | ca369aced1654ffe89d473a03ff2ac1b54bf1200 (diff) | |
Add Go to File Offset action
Diffstat (limited to 'ui/linearview.h')
| -rw-r--r-- | ui/linearview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/linearview.h b/ui/linearview.h index 5c1d51bd..7e616b35 100644 --- a/ui/linearview.h +++ b/ui/linearview.h @@ -221,6 +221,7 @@ private Q_SLOTS: void cycleILView(bool forward); void copyAddressSlot(); void goToAddress(); + void goToAddressAtFileOffset(); void defineNameAtAddr(uint64_t addr); void defineName(); void undefineName(); |
