aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/types/qquickpackage.cpp
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@digia.com>2015-02-02 12:43:49 +0100
committerNico Vertriest <nico.vertriest@digia.com>2015-02-04 08:30:13 +0000
commit566b23df8c31b50fc514a069564d23121d0f4ef9 (patch)
treef3e070f58012677cb6bca2467635d25d5962c1b2 /src/qml/types/qquickpackage.cpp
parent9663b7b5c1a051b46a731b0587a4623a2ab21b0d (diff)
Doc: link issues qtdeclarative
Task-number: QTBUG-43810 Change-Id: I154ffa83512435c3e455937a3f81931a45d9e368 Reviewed-by: Martin Smith <martin.smith@digia.com>
Diffstat (limited to 'src/qml/types/qquickpackage.cpp')
-rw-r--r--src/qml/types/qquickpackage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/types/qquickpackage.cpp b/src/qml/types/qquickpackage.cpp
index fc64b8f136..ad2618d1c1 100644
--- a/src/qml/types/qquickpackage.cpp
+++ b/src/qml/types/qquickpackage.cpp
@@ -60,7 +60,7 @@ QT_BEGIN_NAMESPACE
\snippet package/Delegate.qml 0
These named items are used as the delegates by the two views who
- reference the special \l{VisualDataModel::parts} property to select
+ reference the special \l{DelegateModel::parts} property to select
a model which provides the chosen delegate.
\snippet package/view.qml 0