From 209e2eecd33d8194fe2e4f9501e4f8eb9ee836da Mon Sep 17 00:00:00 2001 From: Paul Lemire Date: Tue, 1 Dec 2015 15:56:45 +0100 Subject: QAxisActionHandler: make ctor explicit Change-Id: I4d2ed6a94e69783b5f2865459ad948b7fc1bdef1 Reviewed-by: Sean Harmer --- src/input/frontend/qaxisactionhandler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/input/frontend/qaxisactionhandler.h b/src/input/frontend/qaxisactionhandler.h index e5df8f534..8d36bc0b3 100644 --- a/src/input/frontend/qaxisactionhandler.h +++ b/src/input/frontend/qaxisactionhandler.h @@ -53,7 +53,7 @@ class QT3DINPUTSHARED_EXPORT QAxisActionHandler : public Qt3DCore::QComponent Q_PROPERTY(Qt3DInput::QLogicalDevice* logicalDevice READ logicalDevice WRITE setLogicalDevice NOTIFY logicalDeviceChanged) public: - QAxisActionHandler(Qt3DCore::QNode *parent = Q_NULLPTR); + explicit QAxisActionHandler(Qt3DCore::QNode *parent = Q_NULLPTR); ~QAxisActionHandler(); Qt3DInput::QLogicalDevice *logicalDevice() const; -- cgit v1.2.3