diff options
Diffstat (limited to 'examples/uinotification/uinotification.h')
| -rw-r--r-- | examples/uinotification/uinotification.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
