summaryrefslogtreecommitdiffstats
path: root/src/core/changes/qpropertyupdatedchange.h
diff options
context:
space:
mode:
authorKevin Ottens <kevin.ottens@kdab.com>2016-05-18 18:26:26 +0200
committerSean Harmer <sean.harmer@kdab.com>2016-05-18 20:57:36 +0000
commit938251e4cea9d2108b0be0162c6d42a4cf62742e (patch)
tree84efccb03716199fedfa37ea444d6e9029700c33 /src/core/changes/qpropertyupdatedchange.h
parent93b416440dfcf26c852aee90760a4ea6f2a85b81 (diff)
Add missing explicit for public ctors
Change-Id: I09c0fb3a4880f3a43ad0cc760aa0e9d2b4b773e8 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'src/core/changes/qpropertyupdatedchange.h')
-rw-r--r--src/core/changes/qpropertyupdatedchange.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/changes/qpropertyupdatedchange.h b/src/core/changes/qpropertyupdatedchange.h
index 7d27be43e..acec44694 100644
--- a/src/core/changes/qpropertyupdatedchange.h
+++ b/src/core/changes/qpropertyupdatedchange.h
@@ -51,7 +51,7 @@ class QPropertyUpdatedChangePrivate;
class QT3DCORESHARED_EXPORT QPropertyUpdatedChange : public QStaticPropertyUpdatedChangeBase
{
public:
- QPropertyUpdatedChange(QNodeId subjectId);
+ explicit QPropertyUpdatedChange(QNodeId subjectId);
virtual ~QPropertyUpdatedChange();
QVariant value() const;