diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2010-09-28 01:13:48 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2010-09-28 22:43:21 (GMT) |
commit | 2784fe7be27afd80f6da69a683ed7aec91734de8 (patch) | |
tree | a26dae32eb4284b855ef8dd77f33a0639a0f60c5 /src/declarative/graphicsitems/qdeclarativeitem.cpp | |
parent | e67092d630d795e2cdca6f2be70c7e684a12a67c (diff) | |
download | Qt-2784fe7be27afd80f6da69a683ed7aec91734de8.zip Qt-2784fe7be27afd80f6da69a683ed7aec91734de8.tar.gz Qt-2784fe7be27afd80f6da69a683ed7aec91734de8.tar.bz2 |
Documentation.
Diffstat (limited to 'src/declarative/graphicsitems/qdeclarativeitem.cpp')
-rw-r--r-- | src/declarative/graphicsitems/qdeclarativeitem.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/declarative/graphicsitems/qdeclarativeitem.cpp b/src/declarative/graphicsitems/qdeclarativeitem.cpp index e9da4f7..49b7ad3 100644 --- a/src/declarative/graphicsitems/qdeclarativeitem.cpp +++ b/src/declarative/graphicsitems/qdeclarativeitem.cpp @@ -1745,8 +1745,8 @@ void QDeclarativeItemPrivate::parentProperty(QObject *o, void *rv, QDeclarativeN \qmlproperty list<Object> Item::data \default - The data property is allows you to freely mix visual children and resources - of an item. If you assign a visual item to the data list it becomes + The data property allows you to freely mix visual children and resources + in an item. If you assign a visual item to the data list it becomes a child and if you assign any other object type, it is added as a resource. So you can write: |