diff options
| author | Brian Potchik <brian@vector35.com> | 2019-05-01 22:25:23 -0400 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2019-05-01 22:25:23 -0400 |
| commit | 08f25e6bf61122058049a400f991a0c3e1534d1e (patch) | |
| tree | 163893bfd5799991e545ee52c25f3aa1834d0100 /ui/viewframe.h | |
| parent | 37e5d8f3ab4d12a55ca7e38d13ecd4220308bae1 (diff) | |
DockWidget interface updates to better support UI plugins.
Diffstat (limited to 'ui/viewframe.h')
| -rw-r--r-- | ui/viewframe.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/viewframe.h b/ui/viewframe.h index c2849fbc..8abb63fa 100644 --- a/ui/viewframe.h +++ b/ui/viewframe.h @@ -227,6 +227,7 @@ public: void closing(); void updateFonts(); + void updateOffset(uint64_t offset); void updateTheme(); void addHistoryEntry(); void back(); @@ -238,7 +239,6 @@ public: uint64_t currentAddress, const QString& title = "Go to Address", const QString& msg = "Address:"); void setCurrentFunction(FunctionRef func); - void updateFeatureMapLocation(View* view); void updateCrossReferences(); void showCrossReferences(); void nextCrossReference(); |
