Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix the test _and_ the class :) | Harald Fernengel | 2009-07-03 | 1 | -11/+6 |
| | |||||
* | Update license headers in files that are new in 4.6. | Jason McDonald | 2009-06-17 | 1 | -2/+2 |
| | | | | Reviewed-by: Trust Me | ||||
* | Make QStringBuilder work out-of-the-box if QT_NO_CAST_FROM_ASCII is defined | hjk | 2009-06-05 | 1 | -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. | hjk | 2009-06-04 | 10 | -0/+220 |