summaryrefslogtreecommitdiffstats
path: root/src/core/changes/qpropertyvalueaddedchangebase.h
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@kdab.com>2016-05-14 00:55:43 +0200
committerSean Harmer <sean.harmer@kdab.com>2016-05-14 16:02:51 +0000
commit9efaa9407629310e4bf669757f5e1b88b0191e2c (patch)
treece4918c174a244cd05ef4c620009c39deb53d76e /src/core/changes/qpropertyvalueaddedchangebase.h
parent6da09812519d1656d03c1a8c97b6ba53f38be705 (diff)
Add more explicit
Change-Id: Iaa91d6248cbc3822ed3380e360d2880d4894446d Reviewed-by: Paul Lemire <paul.lemire@kdab.com> Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'src/core/changes/qpropertyvalueaddedchangebase.h')
-rw-r--r--src/core/changes/qpropertyvalueaddedchangebase.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/changes/qpropertyvalueaddedchangebase.h b/src/core/changes/qpropertyvalueaddedchangebase.h
index 69ce67315..2ac449667 100644
--- a/src/core/changes/qpropertyvalueaddedchangebase.h
+++ b/src/core/changes/qpropertyvalueaddedchangebase.h
@@ -57,7 +57,7 @@ public:
protected:
explicit QPropertyValueAddedChangeBase(QNodeId subjectId);
- QPropertyValueAddedChangeBase(QPropertyValueAddedChangeBasePrivate &dd, QNodeId subjectId);
+ explicit QPropertyValueAddedChangeBase(QPropertyValueAddedChangeBasePrivate &dd, QNodeId subjectId);
Q_DECLARE_PRIVATE(QPropertyValueAddedChangeBase)
};