From 9fcb883aab0e9fc7d87484710fbb6f363dcf4e1f Mon Sep 17 00:00:00 2001 From: Albert Astals Cid Date: Thu, 21 Aug 2014 15:39:56 +0200 Subject: Fix typo in DelegateModelGroup documentation Change-Id: Ic01f0935c469f85f32699aebaeb1fc6f8b2279fb Reviewed-by: Mitch Curtis --- src/qml/types/qqmldelegatemodel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3