Documentation fix for QStringBuilder

The article describes two ways, not three.

Change-Id: I2b8b3c92135dd87de8a81255cddd1faf7c5455c3
Reviewed-by: Olivier Goffart (Woboq GmbH) <ogoffart@woboq.com>
bb10
Frank Meerkoetter 2016-05-06 12:08:20 +02:00
parent b491fab02a
commit e8995de22a
1 changed files with 1 additions and 1 deletions

View File

@ -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: