summaryrefslogtreecommitdiffstats
path: root/doc/src/snippets/qstring/stringbuilder.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add missing license headers.Jason McDonald2009-08-311-3/+43
| | | | Reviewed-by: Trust Me
* doc: Added explanation of QStringBuilder in QStringMartin Smith2009-06-181-0/+28
The QStringBuilder class documentation is marked \internal. A section has been added to the documentation for QString that explains how to use the reimplemented '%' operator of QStringBuilder to obtain more efficient string concatenation operations.