Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |