summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2020-11-24 16:58:35 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2020-11-27 12:24:34 +0000
commit16c4c10aa0ea2a0dfba2000c00da7de48e1da661 (patch)
tree624f1f3fe280b83c9e7675aef3975e9babce583e
parentb93431c7ef4ca52549546fce3ce906b51692e764 (diff)
Doc: Consistently use book style capitalization for QString
Change-Id: I2ab64fe58ad737b23f0829ed91591efaa0c22c6f Reviewed-by: Paul Wicking <paul.wicking@qt.io> (cherry picked from commit efa05e04176067a2e5b4d133943d854c9c08bbe7) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/corelib/text/qstring.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/text/qstring.cpp b/src/corelib/text/qstring.cpp
index 7612306697..c851085c29 100644
--- a/src/corelib/text/qstring.cpp
+++ b/src/corelib/text/qstring.cpp
@@ -1729,7 +1729,7 @@ inline char qToLower(char ch)
Unix-like systems without ICU, the comparison falls back to the
system library's \c strcoll(),
- \section1 Converting Between encoded strings data and QString
+ \section1 Converting Between Encoded Strings Data and QString
QString provides the following three functions that return a
\c{const char *} version of the string as QByteArray: toUtf8(),
@@ -1903,7 +1903,7 @@ inline char qToLower(char ch)
and the \c{'+'} will automatically be performed as the
\c{QStringBuilder} \c{'%'} everywhere.
- \section1 Maximum size and out-of-memory conditions
+ \section1 Maximum Size and Out-of-memory Conditions
In case memory allocation fails, QString will throw a \c std::bad_alloc
exception. Out of memory conditions in the Qt containers are the only case