summaryrefslogtreecommitdiff
path: root/src/controls/Private/qquickwheelarea_p.h
diff options
context:
space:
mode:
authorAlexander Volkov <avolkov@astralinux.ru>2020-05-20 17:12:14 +0300
committerAlexander Volkov <avolkov@astralinux.ru>2020-05-25 08:54:56 +0000
commita2f9eaf552b58a258beb25d29691fff97276e198 (patch)
tree29b532f84ce4f73168297a8ae5ecb92b8e6231d3 /src/controls/Private/qquickwheelarea_p.h
parent052eb295cd5c0d7aa101e7fe30e53ecf3f894361 (diff)
downloadqtquickcontrols-a2f9eaf552b58a258beb25d29691fff97276e198.tar.gz
Add missing override
Pick-to: 5.15 Change-Id: Iba896b0af174ed28a27413d7343427cf9b4600d3 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'src/controls/Private/qquickwheelarea_p.h')
-rw-r--r--src/controls/Private/qquickwheelarea_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controls/Private/qquickwheelarea_p.h b/src/controls/Private/qquickwheelarea_p.h
index a11b78cf..6e7232d7 100644
--- a/src/controls/Private/qquickwheelarea_p.h
+++ b/src/controls/Private/qquickwheelarea_p.h
@@ -96,7 +96,7 @@ public:
bool isInverted() const;
#ifndef QT_NO_WHEELEVENT
- void wheelEvent(QWheelEvent *event);
+ void wheelEvent(QWheelEvent *event) override;
#endif
bool isAtXEnd() const;