From 08f25e6bf61122058049a400f991a0c3e1534d1e Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Wed, 1 May 2019 22:25:23 -0400 Subject: DockWidget interface updates to better support UI plugins. --- ui/viewframe.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/viewframe.h') 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(); -- cgit v1.3.1