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/qwebpage.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/qwebpage.h')
-rw-r--r-- | Source/WebKit/qt/WidgetApi/qwebpage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebKit/qt/WidgetApi/qwebpage.h b/Source/WebKit/qt/WidgetApi/qwebpage.h index a9c71fd42..01e77d44b 100644 --- a/Source/WebKit/qt/WidgetApi/qwebpage.h +++ b/Source/WebKit/qt/WidgetApi/qwebpage.h @@ -312,7 +312,7 @@ public: void setPreferredContentsSize(const QSize &size) const; void setActualVisibleContentRect(const QRect& rect) const; - virtual bool event(QEvent*); + bool event(QEvent*) Q_DECL_OVERRIDE; bool focusNextPrevChild(bool next); QVariant inputMethodQuery(Qt::InputMethodQuery property) const; |