summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qstringbuilder.h
Commit message (Expand)AuthorAgeFilesLines
* Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
* Fix warnings when compiling Qt (tst_warnings).Thiago Macieira2009-07-251-2/+2
* fix warning in qstringbuilder.h by using QLatin1Charhjk2009-07-131-1/+1
* fix the test _and_ the class :)Harald Fernengel2009-07-031-1/+1
* Add a specialization for QByteArrayHarald Fernengel2009-07-031-0/+12
* Use 'struct QConcatenable' instead of 'class QConcatenable' tohjk2009-07-091-1/+1
* Use enum Qt::Uninitialized instead of struct QString::Uninitializedhjk2009-06-181-1/+1
* doc: Fixed several qdoc warnings.Martin Smith2009-06-171-4/+5
* Update license headers in files that are new in 4.6.Jason McDonald2009-06-171-2/+2
* Fix license headers for QStringBuilder.Jason McDonald2009-06-101-6/+6
* Make QCharRef known to QStringBuilder.hjk2009-06-081-2/+12
* Make QStringBuilder work out-of-the-box if QT_NO_CAST_FROM_ASCII is definedhjk2009-06-051-0/+24
* Introduce a new class QStringBuilder to speed up the creation ofhjk2009-05-281-0/+207