diff options
author | Samuel Gaist <samuel.gaist@edeltech.ch> | 2015-08-19 16:02:32 +0200 |
---|---|---|
committer | Samuel Gaist <samuel.gaist@edeltech.ch> | 2015-08-19 14:16:18 +0000 |
commit | 9459256cde79f2e40db3514b6925923a209bbf52 (patch) | |
tree | 818ac356c64e66d0d2921024fc9566a46d56f23c /src | |
parent | c1477c4660b2480d95dab6c084dd38b5a8a972ff (diff) | |
download | qtdeclarative-9459256cde79f2e40db3514b6925923a209bbf52.tar.gz qtdeclarative-9459256cde79f2e40db3514b6925923a209bbf52.tar.bz2 qtdeclarative-9459256cde79f2e40db3514b6925923a209bbf52.zip |
Doc: fix verb redundancy
Change-Id: Ifa76a814dba5271b852c2eaf8a59a2ebb5aee808
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/qml/types/qqmlobjectmodel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/types/qqmlobjectmodel.cpp b/src/qml/types/qqmlobjectmodel.cpp index 1d892beab..7081e9607 100644 --- a/src/qml/types/qqmlobjectmodel.cpp +++ b/src/qml/types/qqmlobjectmodel.cpp @@ -165,7 +165,7 @@ public: \inqmlmodule QtQuick \brief Defines a set of objects to be used as a model - The VisualItemModel type encapsulates contains the objects to be used + The VisualItemModel type contains the objects to be used as a model. This element is now primarily available as ObjectModel in the QtQml.Models module. |