aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/types/qqmldelegatecomponent.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/types/qqmldelegatecomponent.cpp')
-rw-r--r--src/qml/types/qqmldelegatecomponent.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/types/qqmldelegatecomponent.cpp b/src/qml/types/qqmldelegatecomponent.cpp
index fa7e994afd..007e8e2ec6 100644
--- a/src/qml/types/qqmldelegatecomponent.cpp
+++ b/src/qml/types/qqmldelegatecomponent.cpp
@@ -75,7 +75,7 @@ QVariant QQmlAbstractDelegateComponent::value(QQmlAdaptorModel *adaptorModel, in
\qmltype DelegateChoice
\instantiates QQmlDelegateChoice
\inqmlmodule Qt.labs.qmlmodels
- \brief Encapsulates a delegate and when to use it
+ \brief Encapsulates a delegate and when to use it.
The DelegateChoice type wraps a delegate and defines the circumstances
in which it should be chosen.