diff options
author | Konstantin Tokarev <annulen@yandex.ru> | 2016-10-10 18:44:09 +0300 |
---|---|---|
committer | Konstantin Tokarev <annulen@yandex.ru> | 2016-10-10 21:21:40 +0000 |
commit | 45411b453d553abee71e61938c3e87af043cd044 (patch) | |
tree | d857d38a4cd1a2cd525d6c7331046c084fd4abb1 /Source/WebKit/qt/WidgetApi/qwebframe.h | |
parent | dbc4556842aa6541b9c8ce48fe34a36811709e64 (diff) | |
download | qtwebkit-45411b453d553abee71e61938c3e87af043cd044.tar.gz |
Added missing Q_DECL_OVERRIDEs to QtWebKitWidgets headers
Change-Id: I2ab9287f17155b18f8caee3866d4125d4451a078
Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'Source/WebKit/qt/WidgetApi/qwebframe.h')
-rw-r--r-- | Source/WebKit/qt/WidgetApi/qwebframe.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebKit/qt/WidgetApi/qwebframe.h b/Source/WebKit/qt/WidgetApi/qwebframe.h index 619594336..1c3cb07c3 100644 --- a/Source/WebKit/qt/WidgetApi/qwebframe.h +++ b/Source/WebKit/qt/WidgetApi/qwebframe.h @@ -202,7 +202,7 @@ public: QWebHitTestResult hitTestContent(const QPoint &pos) const; - virtual bool event(QEvent *); + bool event(QEvent *) Q_DECL_OVERRIDE; QWebSecurityOrigin securityOrigin() const; QWebFrameAdapter* handle() const; |