projects
/
platform
/
upstream
/
qtdeclarative.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1477c4
)
Doc: fix verb redundancy
author
Samuel Gaist
<samuel.gaist@edeltech.ch>
Wed, 19 Aug 2015 14:02:32 +0000
(16:02 +0200)
committer
Samuel Gaist
<samuel.gaist@edeltech.ch>
Wed, 19 Aug 2015 14:16:18 +0000
(14:16 +0000)
Change-Id: Ifa76a814dba5271b852c2eaf8a59a2ebb5aee808
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
src/qml/types/qqmlobjectmodel.cpp
patch
|
blob
|
history
diff --git
a/src/qml/types/qqmlobjectmodel.cpp
b/src/qml/types/qqmlobjectmodel.cpp
index 1d892beabfb09c2ec7cfbce0671e4bcd3c088b74..7081e96070d4fb46c07b61b229f9e795a5c0f29c 100644
(file)
--- 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.