aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/handlers/qquickdraghandler_p.h
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@qt.io>2016-12-08 16:43:01 +0100
committerShawn Rutledge <shawn.rutledge@qt.io>2016-12-09 10:28:46 +0000
commitc79d397925d535d72c0407af7c45f6b35df64cc2 (patch)
tree883cc2d45895f2736efc2372b4fd36ad57de182e /src/quick/handlers/qquickdraghandler_p.h
parent8a98f14b55ae4e0d672d5c162beac7cfdd48e11d (diff)
pointerhandlers: replace Q_DECL_OVERRIDE with override
Change-Id: I63464ccafc56e2e398448ed90a9cb852304e90eb Reviewed-by: Jan Arve Sæther <jan-arve.saether@qt.io>
Diffstat (limited to 'src/quick/handlers/qquickdraghandler_p.h')
-rw-r--r--src/quick/handlers/qquickdraghandler_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quick/handlers/qquickdraghandler_p.h b/src/quick/handlers/qquickdraghandler_p.h
index 0ce03c2c4c..82846db615 100644
--- a/src/quick/handlers/qquickdraghandler_p.h
+++ b/src/quick/handlers/qquickdraghandler_p.h
@@ -96,7 +96,7 @@ public:
QQuickDragHandler(QObject *parent = 0);
~QQuickDragHandler();
- void handleEventPoint(QQuickEventPoint *point) Q_DECL_OVERRIDE;
+ void handleEventPoint(QQuickEventPoint *point) override;
QQuickDragAxis *xAxis() { return &m_xAxis; }
QQuickDragAxis *yAxis() { return &m_yAxis; }