summaryrefslogtreecommitdiffstats
path: root/tests/auto/qstringbuilder
Commit message (Collapse)AuthorAgeFilesLines
* Make QStringBuilder work out-of-the-box if QT_NO_CAST_FROM_ASCII is definedhjk2009-06-051-35/+0
| | | | | | | | So far, only operator% was working for concatenation in those circumnstances. Now, defining QT_USE_FAST_OPERATOR_PLUS and QT_USE_FAST_CONCATENATION is enough, so user code will work without any source changes. Reviewed-by: joao
* Add some compile tests for QStringBuilder.hjk2009-06-0410-0/+220