aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/types
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@digia.com>2014-08-11 15:34:21 +0200
committerErik Verbruggen <erik.verbruggen@digia.com>2014-08-12 10:47:35 +0200
commitbfce837c3d9a6e3ad850436b954f9a447e80d4d6 (patch)
treeb202bd9c7d0defb1ae7cf104e4d7f189cf6fa445 /src/qml/types
parent109abdb061263c28ae97424729e979cd0ff8289a (diff)
Doc: Remove duplicated words
Removes duplicated (repeated) words and fixes other minor documentation issues. Change-Id: I891f2b3e60194b207737425c1dcc1d35a5bd921a Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
Diffstat (limited to 'src/qml/types')
-rw-r--r--src/qml/types/qqmldelegatemodel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/types/qqmldelegatemodel.cpp b/src/qml/types/qqmldelegatemodel.cpp
index 91ddcf57e5..aec1fe596c 100644
--- a/src/qml/types/qqmldelegatemodel.cpp
+++ b/src/qml/types/qqmldelegatemodel.cpp
@@ -2322,7 +2322,7 @@ void QQmlDelegateModelGroupPrivate::destroyingPackage(QQuickPackage *package)
placeholder items that are later \l {resolve()}{resolved} to real model data when it becomes
available.
- Delegate items can also be be instantiated directly from a DelegateModelGroup using the
+ Delegate items can also be instantiated directly from a DelegateModelGroup using the
create() function, making it possible to use DelegateModel without an accompanying view
type or to cherry-pick specific items that should be instantiated irregardless of whether
they're currently within a view's visible area.