diff options
author | Martin Smith <martin.smith@nokia.com> | 2010-08-10 12:14:25 (GMT) |
---|---|---|
committer | Martin Smith <martin.smith@nokia.com> | 2010-08-10 12:14:25 (GMT) |
commit | 2b42bac65ae90f94b04ff556e5033014d37d223d (patch) | |
tree | fa90253a14a58aa367292c04c87a60f1bbd20cad /doc/src/frameworks-technologies | |
parent | 09884750f89a24b6f480b4519b3a2a1b4c2f028d (diff) | |
download | Qt-2b42bac65ae90f94b04ff556e5033014d37d223d.zip Qt-2b42bac65ae90f94b04ff556e5033014d37d223d.tar.gz Qt-2b42bac65ae90f94b04ff556e5033014d37d223d.tar.bz2 |
doc: Changed some titles so lists of contents sort better.
Diffstat (limited to 'doc/src/frameworks-technologies')
-rw-r--r-- | doc/src/frameworks-technologies/containers.qdoc | 2 | ||||
-rw-r--r-- | doc/src/frameworks-technologies/model-view-programming.qdoc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/frameworks-technologies/containers.qdoc b/doc/src/frameworks-technologies/containers.qdoc index 58061ad..797326e 100644 --- a/doc/src/frameworks-technologies/containers.qdoc +++ b/doc/src/frameworks-technologies/containers.qdoc @@ -43,7 +43,7 @@ /*! \page containers.html - \title Generic Containers + \title Container Classes \ingroup technology-apis \ingroup groups \keyword container class diff --git a/doc/src/frameworks-technologies/model-view-programming.qdoc b/doc/src/frameworks-technologies/model-view-programming.qdoc index 131f063..7167f97 100644 --- a/doc/src/frameworks-technologies/model-view-programming.qdoc +++ b/doc/src/frameworks-technologies/model-view-programming.qdoc @@ -1011,7 +1011,7 @@ \snippet doc/src/snippets/reading-selections/window.cpp 0 - The above code uses Qt's convenient \l{Generic Containers}{foreach + The above code uses Qt's convenient \l{Container Classes}{foreach keyword} to iterate over, and modify, the items corresponding to the indexes returned by the selection model. |