qt5base-lts/tests/auto/qstringbuilder3
Olivier Goffart b57a7e6994 QT_USE_QSTRINGBUILDER to fix source compatibility
In 4.8 we added support for using StringBuilder with QByteArray.
But this is breaking source compatibility for people that used
QT_USE_FAST_OPERATOR_PLUS in Qt 4.7. So we introduce a new macro

Notice that QT_USE_FAST_CONCATENATION was not working without
QT_USE_FAST_OPERATOR_PLUS, so we remove the checking of that macro.

Reviewed-by: joao
(cherry picked from commit 8447f5616be731d78081f326bb9cb3f5aa9087a4)
2011-05-18 15:17:17 +02:00
..
qstringbuilder3.pro Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
tst_qstringbuilder3.cpp QT_USE_QSTRINGBUILDER to fix source compatibility 2011-05-18 15:17:17 +02:00