aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuel Gaist <samuel.gaist@edeltech.ch>2015-08-19 16:02:32 +0200
committerSamuel Gaist <samuel.gaist@edeltech.ch>2015-08-19 14:16:18 +0000
commit9459256cde79f2e40db3514b6925923a209bbf52 (patch)
tree818ac356c64e66d0d2921024fc9566a46d56f23c
parentc1477c4660b2480d95dab6c084dd38b5a8a972ff (diff)
Doc: fix verb redundancy
Change-Id: Ifa76a814dba5271b852c2eaf8a59a2ebb5aee808 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
-rw-r--r--src/qml/types/qqmlobjectmodel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/types/qqmlobjectmodel.cpp b/src/qml/types/qqmlobjectmodel.cpp
index 1d892beabf..7081e96070 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.