From 432a8cdf64052db5fef7df792e2a5a51734d27af Mon Sep 17 00:00:00 2001 From: Glenn Smith Date: Wed, 2 Dec 2020 15:42:58 -0500 Subject: Callback for address changes #2166 --- examples/uinotification/uinotification.h | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/uinotification/uinotification.h') diff --git a/examples/uinotification/uinotification.h b/examples/uinotification/uinotification.h index a26b3de3..3a3231be 100644 --- a/examples/uinotification/uinotification.h +++ b/examples/uinotification/uinotification.h @@ -17,6 +17,7 @@ public: virtual bool OnBeforeCloseFile(UIContext* context, FileContext* file, ViewFrame* frame) override; virtual void OnAfterCloseFile(UIContext* context, FileContext* file, ViewFrame* frame) override; virtual void OnViewChange(UIContext* context, ViewFrame* frame, const QString& type) override; + virtual void OnAddressChange(UIContext* context, ViewFrame* frame, View* view, const ViewLocation& location) override; static void init(); }; \ No newline at end of file -- cgit v1.3.1