summaryrefslogtreecommitdiff
path: root/Source/WebKit/qt/WidgetApi/qwebpage.h
diff options
context:
space:
mode:
authorKonstantin Tokarev <annulen@yandex.ru>2016-10-10 18:44:09 +0300
committerKonstantin Tokarev <annulen@yandex.ru>2016-10-10 21:21:40 +0000
commit45411b453d553abee71e61938c3e87af043cd044 (patch)
treed857d38a4cd1a2cd525d6c7331046c084fd4abb1 /Source/WebKit/qt/WidgetApi/qwebpage.h
parentdbc4556842aa6541b9c8ce48fe34a36811709e64 (diff)
downloadqtwebkit-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.h2
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;