qt5base-lts/doc/src
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
..
demos Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
examples Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
files-and-resources Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
images Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
network-programming Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
objectmodel Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
painting-and-printing Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
snippets QT_USE_QSTRINGBUILDER to fix source compatibility 2011-05-18 15:17:17 +02:00
sql-programming Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
tutorials Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
widgets-and-layouts Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
windows-and-dialogs Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00