aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/handlers/qquickpointerhandler_p.h
diff options
context:
space:
mode:
authorJan Arve Saether <jan-arve.saether@qt.io>2017-02-21 15:32:58 +0100
committerShawn Rutledge <shawn.rutledge@qt.io>2017-02-21 15:28:45 +0000
commitfcfaaa12278efd3e306841b2c77d4be0247bfbd3 (patch)
tree2e6f52cf30b29c12ada053dd649a3c04b522487d /src/quick/handlers/qquickpointerhandler_p.h
parent507efe5a8a2390813fb620a91b0b3b6b383f599d (diff)
Make all handler constructors explicit
Change-Id: I17b3865d70bdc07912d7454b459dea40b9c98df0 Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
Diffstat (limited to 'src/quick/handlers/qquickpointerhandler_p.h')
-rw-r--r--src/quick/handlers/qquickpointerhandler_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quick/handlers/qquickpointerhandler_p.h b/src/quick/handlers/qquickpointerhandler_p.h
index 715000114e..b5da8cba1f 100644
--- a/src/quick/handlers/qquickpointerhandler_p.h
+++ b/src/quick/handlers/qquickpointerhandler_p.h
@@ -69,7 +69,7 @@ class Q_QUICK_PRIVATE_EXPORT QQuickPointerHandler : public QObject
Q_PROPERTY(QQuickItem * parent READ parentItem CONSTANT)
public:
- QQuickPointerHandler(QObject *parent = 0);
+ explicit QQuickPointerHandler(QObject *parent = 0);
virtual ~QQuickPointerHandler();
public: