summaryrefslogtreecommitdiff
path: root/src/controls/Private/qquickwheelarea_p.h
diff options
context:
space:
mode:
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;