summaryrefslogtreecommitdiffstats
path: root/Source/WebKit2/UIProcess/qt/QtWebPageEventHandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit2/UIProcess/qt/QtWebPageEventHandler.h')
-rw-r--r--Source/WebKit2/UIProcess/qt/QtWebPageEventHandler.h4
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;