summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Smith <martin.smith@nokia.com>2010-10-25 09:19:51 (GMT)
committerMartin Smith <martin.smith@nokia.com>2010-10-25 09:19:51 (GMT)
commitdb88727a7dbf46e773745a7e22da6cf1e91611a8 (patch)
tree263e70240fa288c8ff6c2b2ee8732681e77a37f2
parentb0d64717d2c541976dc5524e4100c62f060e206f (diff)
downloadQt-db88727a7dbf46e773745a7e22da6cf1e91611a8.zip
Qt-db88727a7dbf46e773745a7e22da6cf1e91611a8.tar.gz
Qt-db88727a7dbf46e773745a7e22da6cf1e91611a8.tar.bz2
doc: Changed a \section in a \table into a \header.
-rw-r--r--src/corelib/tools/qstring.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/corelib/tools/qstring.cpp b/src/corelib/tools/qstring.cpp
index d8dab43..74eb7d4 100644
--- a/src/corelib/tools/qstring.cpp
+++ b/src/corelib/tools/qstring.cpp
@@ -646,10 +646,12 @@ const QString::Null QString::null = { };
class.)
\table 100 %
- \row
+ \header
\o
\section1 Note for C Programmers
+ \row
+ \o
Due to C++'s type system and the fact that QString is
\l{implicitly shared}, QStrings may be treated like \c{int}s or
other basic types. For example: