summaryrefslogtreecommitdiffstats
path: root/src/dbus
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/dbus
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/dbus')
-rw-r--r--src/dbus/qdbusargument.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dbus/qdbusargument.cpp b/src/dbus/qdbusargument.cpp
index fbbc6a2..0bde085 100644
--- a/src/dbus/qdbusargument.cpp
+++ b/src/dbus/qdbusargument.cpp
@@ -825,7 +825,7 @@ void QDBusArgument::endStructure()
\snippet doc/src/snippets/code/src_qdbus_qdbusargument.cpp 6
If the type you want to marshall is a QList, QVector or any of the
- Qt's \l {Generic Containers} that take one template parameter,
+ Qt's \l {Container Classes} that take one template parameter,
you need not declare an \c{operator<<} function for it, since
QtDBus provides generic templates to do the job of marshalling
the data. The same applies for STL's sequence containers, such
@@ -952,7 +952,7 @@ void QDBusArgument::endStructure() const
\snippet doc/src/snippets/code/src_qdbus_qdbusargument.cpp 9
If the type you want to demarshall is a QList, QVector or any of the
- Qt's \l {Generic Containers} that take one template parameter, you
+ Qt's \l {Container Classes} that take one template parameter, you
need not declare an \c{operator>>} function for it, since QtDBus
provides generic templates to do the job of demarshalling the data.
The same applies for STL's sequence containers, such as \c {std::list},