summaryrefslogtreecommitdiffstats
path: root/tests/auto/qstringbuilder
Commit message (Collapse)AuthorAgeFilesLines
* split the qstringbuilder autotest into fourhjk2009-08-2011-394/+0
| | | | | Some S60 and WinCE test scripts prefer to have only one executable per directory.
* Make the license test pass.Frans Englich2009-08-194-0/+164
| | | | | | | This is partly done to address a review comment for S60. Reviewed-by: Marius SO Reviewed-by: Paul
* Update contact URL in license headers.Jason McDonald2009-08-122-2/+2
| | | | Reviewed-by: Trust Me
* Compile fix for QStringBuilder auto testhjk2009-08-106-10/+60
|
* fix the test _and_ the class :)Harald Fernengel2009-07-031-11/+6
|
* Update license headers in files that are new in 4.6.Jason McDonald2009-06-171-2/+2
| | | | Reviewed-by: Trust Me
* 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