summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
diff options
context:
space:
mode:
authorMartin Smith <martin.smith@nokia.com>2010-08-10 12:14:25 (GMT)
committerMartin Smith <martin.smith@nokia.com>2010-08-10 12:14:25 (GMT)
commit2b42bac65ae90f94b04ff556e5033014d37d223d (patch)
treefa90253a14a58aa367292c04c87a60f1bbd20cad /src/corelib/tools
parent09884750f89a24b6f480b4519b3a2a1b4c2f028d (diff)
downloadQt-2b42bac65ae90f94b04ff556e5033014d37d223d.zip
Qt-2b42bac65ae90f94b04ff556e5033014d37d223d.tar.gz
Qt-2b42bac65ae90f94b04ff556e5033014d37d223d.tar.bz2
doc: Changed some titles so lists of contents sort better.
Diffstat (limited to 'src/corelib/tools')
-rw-r--r--src/corelib/tools/qpair.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/tools/qpair.qdoc b/src/corelib/tools/qpair.qdoc
index e60243f..d49c09e 100644
--- a/src/corelib/tools/qpair.qdoc
+++ b/src/corelib/tools/qpair.qdoc
@@ -35,7 +35,7 @@
pair type is not available. It stores one value of type T1 and
one value of type T2. It can be used as a return value for a
function that needs to return two values, or as the value type of
- a \l{generic container}.
+ a \l{Container classes}{generic container}.
Here's an example of a QPair that stores one QString and one \c
double value:
@@ -53,7 +53,7 @@
requirements; these requirements are documented on a per-function
basis.
- \sa {Generic Containers}
+ \sa {Container Classes}
*/
/*! \typedef QPair::first_type