aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/types
diff options
context:
space:
mode:
authorAlbert Astals Cid <albert.astals@canonical.com>2014-08-21 15:39:56 +0200
committerMitch Curtis <mitch.curtis@digia.com>2014-08-25 14:41:55 +0200
commit9fcb883aab0e9fc7d87484710fbb6f363dcf4e1f (patch)
tree024f15e9c4f28525d6d9b53c822c768b5fd86dd4 /src/qml/types
parent8ef1e1e7a4107f96a526c19bbe25ed6f1654e7ea (diff)
Fix typo in DelegateModelGroup documentation
Change-Id: Ic01f0935c469f85f32699aebaeb1fc6f8b2279fb Reviewed-by: Mitch Curtis <mitch.curtis@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 aab385ceb5..142ebc7cc5 100644
--- a/src/qml/types/qqmldelegatemodel.cpp
+++ b/src/qml/types/qqmldelegatemodel.cpp
@@ -2316,7 +2316,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.