diff options
author | Konstantin Tokarev <annulen@yandex.ru> | 2016-11-07 09:36:50 +0300 |
---|---|---|
committer | Konstantin Tokarev <annulen@yandex.ru> | 2017-02-02 12:31:10 +0000 |
commit | 5ae3854f795ac5c1a0f104bd8b66ed6f988181cd (patch) | |
tree | 197aac0ea37c400dfa582379b2bac84029e794a0 /Source/WebKit2/UIProcess/qt/QtWebPageEventHandler.h | |
parent | 747609969d3a8bd95ed2293bb5d943660188ede4 (diff) | |
download | qtwebkit-5ae3854f795ac5c1a0f104bd8b66ed6f988181cd.tar.gz |
Imported WebKit commit 490f716dd2dd07fb0d6652795c62586e2e28ae27
Change-Id: I9f66467721cf923468af87915c260c1bb44e013e
Reviewed-by: Konstantin Tokarev <annulen@yandex.ru>
Diffstat (limited to 'Source/WebKit2/UIProcess/qt/QtWebPageEventHandler.h')
-rw-r--r-- | Source/WebKit2/UIProcess/qt/QtWebPageEventHandler.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/WebKit2/UIProcess/qt/QtWebPageEventHandler.h b/Source/WebKit2/UIProcess/qt/QtWebPageEventHandler.h index cd44ddc85..2fe82e8e0 100644 --- a/Source/WebKit2/UIProcess/qt/QtWebPageEventHandler.h +++ b/Source/WebKit2/UIProcess/qt/QtWebPageEventHandler.h @@ -51,7 +51,7 @@ class ShareableBitmap; class WebGestureEvent; class WebPageProxy; -class QtWebPageEventHandler : public QObject { +class QtWebPageEventHandler final : public QObject { Q_OBJECT public: @@ -109,7 +109,7 @@ private Q_SLOTS: void inputPanelVisibleChanged(); private: - void timerEvent(QTimerEvent*); + void timerEvent(QTimerEvent*) final; QPointF m_lastClick; QBasicTimer m_clickTimer; |