From e8995de22a0ccca932e24994c6e1861ef062983b Mon Sep 17 00:00:00 2001 From: Frank Meerkoetter Date: Fri, 6 May 2016 12:08:20 +0200 Subject: Documentation fix for QStringBuilder The article describes two ways, not three. Change-Id: I2b8b3c92135dd87de8a81255cddd1faf7c5455c3 Reviewed-by: Olivier Goffart (Woboq GmbH) --- src/corelib/tools/qstring.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/corelib/tools/qstring.cpp b/src/corelib/tools/qstring.cpp index 12fb30593c..27d85c6460 100644 --- a/src/corelib/tools/qstring.cpp +++ b/src/corelib/tools/qstring.cpp @@ -1148,7 +1148,7 @@ const QString::Null QString::null = { }; has a ref count of 1, whereas QString::append() needs an extra test). - There are three ways you can access this improved method of string + There are two ways you can access this improved method of string construction. The straightforward way is to include \c{QStringBuilder} wherever you want to use it, and use the \c{'%'} operator instead of \c{'+'} when concatenating strings: -- cgit v1.2.3