summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlmetaproperty.cpp
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2009-08-25 07:25:43 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2009-08-25 07:27:02 (GMT)
commit912b9329a4d52e0260683b714976b166d1f56779 (patch)
tree47bb0252a0e4cdd5b1e40fc0d72ab962d33f0ec8 /src/declarative/qml/qmlmetaproperty.cpp
parent7c1eaa4ec5d78ccf7770c09e12afb497daa4b90e (diff)
parentab4269502cda34abef9fb52161405bd1f6172791 (diff)
downloadQt-912b9329a4d52e0260683b714976b166d1f56779.zip
Qt-912b9329a4d52e0260683b714976b166d1f56779.tar.gz
Qt-912b9329a4d52e0260683b714976b166d1f56779.tar.bz2
Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
Conflicts: src/declarative/qml/qmlcompiler.cpp src/declarative/qml/qmlengine_p.h
Diffstat (limited to 'src/declarative/qml/qmlmetaproperty.cpp')
-rw-r--r--src/declarative/qml/qmlmetaproperty.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/qml/qmlmetaproperty.cpp b/src/declarative/qml/qmlmetaproperty.cpp
index 63415da..cc5e4ee 100644
--- a/src/declarative/qml/qmlmetaproperty.cpp
+++ b/src/declarative/qml/qmlmetaproperty.cpp
@@ -224,7 +224,7 @@ void QmlMetaPropertyPrivate::initProperty(QObject *obj, const QString &name)
if (typeData) {
QmlType *t = 0;
- enginePrivate->resolveType(typeData->imports, name.toLatin1(), &t, 0, 0, 0);
+ enginePrivate->resolveType(typeData->imports, name.toLatin1(), &t, 0, 0, 0, 0);
if (t && t->attachedPropertiesFunction()) {
attachedFunc = t->index();
if (attachedFunc != -1)