From a2f9eaf552b58a258beb25d29691fff97276e198 Mon Sep 17 00:00:00 2001 From: Alexander Volkov Date: Wed, 20 May 2020 17:12:14 +0300 Subject: Add missing override Pick-to: 5.15 Change-Id: Iba896b0af174ed28a27413d7343427cf9b4600d3 Reviewed-by: Mitch Curtis --- src/controls/Private/qquickrangemodel_p.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/controls/Private/qquickrangemodel_p.h') diff --git a/src/controls/Private/qquickrangemodel_p.h b/src/controls/Private/qquickrangemodel_p.h index e5796725..6fb2c525 100644 --- a/src/controls/Private/qquickrangemodel_p.h +++ b/src/controls/Private/qquickrangemodel_p.h @@ -92,8 +92,8 @@ public: Q_INVOKABLE qreal valueForPosition(qreal position) const; Q_INVOKABLE qreal positionForValue(qreal value) const; - void classBegin(); - void componentComplete(); + void classBegin() override; + void componentComplete() override; public Q_SLOTS: void toMinimum(); -- cgit v1.2.1