aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/util
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@digia.com>2013-02-25 11:57:50 +0100
committerFrederik Gladhorn <frederik.gladhorn@digia.com>2013-02-25 11:57:50 +0100
commit15dc45ce109fe41699950a9b87282901b21f2d3d (patch)
tree809e79e7b55988006bb3d990168b2bb7eda360b5 /src/qml/util
parentcf53bf9ae6716613c120cc4a0202c69bd59eba1e (diff)
parenta496e0874858a4b7d991c179c0e12df46c3d324c (diff)
Merge remote-tracking branch 'origin/stable' into dev
Diffstat (limited to 'src/qml/util')
-rw-r--r--src/qml/util/qqmlpropertymap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qml/util/qqmlpropertymap.h b/src/qml/util/qqmlpropertymap.h
index c327fd8ce4..f963e9074a 100644
--- a/src/qml/util/qqmlpropertymap.h
+++ b/src/qml/util/qqmlpropertymap.h
@@ -81,8 +81,8 @@ protected:
virtual QVariant updateValue(const QString &key, const QVariant &input);
template<class DerivedType>
- QQmlPropertyMap(DerivedType *derived, QObject *parent)
- : QObject(*allocatePrivate(), parent)
+ QQmlPropertyMap(DerivedType *derived, QObject *parentObj)
+ : QObject(*allocatePrivate(), parentObj)
{
Q_UNUSED(derived)
init(&DerivedType::staticMetaObject);