summaryrefslogtreecommitdiffstats
path: root/src/declarative/util/qdeclarativepackage.cpp
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2010-07-07 04:12:19 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2010-07-07 04:12:19 (GMT)
commitb4b1b118015d1dcef63b065a609234a18f332ba4 (patch)
tree3ed0cd064a056e02b44dbc2b0f9df92c09359d39 /src/declarative/util/qdeclarativepackage.cpp
parent628159323c60c434a202b036ecbaf5e433c703e8 (diff)
parente3bc34b40559e0cb88363039ee61300478e7c700 (diff)
downloadQt-b4b1b118015d1dcef63b065a609234a18f332ba4.zip
Qt-b4b1b118015d1dcef63b065a609234a18f332ba4.tar.gz
Qt-b4b1b118015d1dcef63b065a609234a18f332ba4.tar.bz2
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7
Diffstat (limited to 'src/declarative/util/qdeclarativepackage.cpp')
-rw-r--r--src/declarative/util/qdeclarativepackage.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/declarative/util/qdeclarativepackage.cpp b/src/declarative/util/qdeclarativepackage.cpp
index 1e49ad9..1a4f2a7 100644
--- a/src/declarative/util/qdeclarativepackage.cpp
+++ b/src/declarative/util/qdeclarativepackage.cpp
@@ -65,12 +65,12 @@ QT_BEGIN_NAMESPACE
\snippet examples/declarative/modelviews/package/Delegate.qml 0
These named items are used as the delegates by the two views who
- reference the special VisualDataModel.parts property to select
+ reference the special \l{VisualDataModel::parts} property to select
a model which provides the chosen delegate.
\snippet examples/declarative/modelviews/package/view.qml 0
- \sa {declarative/modelviews/package}{Package example}, QtDeclarative
+ \sa {declarative/modelviews/package}{Package example}, {demos/declarative/photoviewer}{Photo Viewer demo}, QtDeclarative
*/
/*!