summaryrefslogtreecommitdiffstats
path: root/tests/auto/qstringbuilder1
Commit message (Collapse)AuthorAgeFilesLines
* Fix test with gcc 4.0 where QT_USE_FAST_CONCATENATION cannot be enabled.Olivier Goffart2010-02-221-3/+11
| | | | | | | | On GCC 4.0 we disabled the possibility to use the fast operator plus as a bug in the compiler makes it impossible to add enums. There is no normal operator+ for these case. Always test the operator% instead. Reviewed-by: joao
* Update copyright year to 2010Jason McDonald2010-01-072-2/+2
| | | | Reviewed-by: Trust Me
* Make QStringBuilder respect codecForCStringsHarald Fernengel2009-11-041-0/+26
| | | | | | | Now, it's a real drop-in replacement, with no known feature regressions :) Reviewed-By: hjk
* rename qstringbuilder test classeshjk2009-10-304-114/+33
|
* Update license headers again.Jason McDonald2009-09-093-12/+12
| | | | Reviewed-by: Trust Me
* Update tech preview license header for files that are new in 4.6.Jason McDonald2009-08-313-39/+39
| | | | Reviewed-by: Trust Me
* split the qstringbuilder autotest into fourhjk2009-08-204-0/+239
Some S60 and WinCE test scripts prefer to have only one executable per directory.