qt5base-lts/tests/auto/corelib/io
David Faure 9498f1aa54 Fix compile error with qWarning() << myDateTime and QT_NO_DEBUG_OUTPUT
All QDebug operator << in custom classes were disabled by
QT_NO_DEBUG_STREAM, which was set by QT_NO_DEBUG_OUTPUT.

Now QT_NO_DEBUG_STREAM is never set automatically, but remains available
for reducing the feature set altogether (qconfig.h).

Remove check on QT_NO_TEXTSTREAM: this define is meaningless, it
doesn't even undefine QTextStream, and this is unrelated to QDebug
streaming anyway.

Change-Id: I5eeed0144fa684d0e790e9dfd9a4aeb956218c39
Reviewed-by: Bradley T. Hughes <bradley.hughes@nokia.com>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2012-01-05 15:02:56 +01:00
..
qabstractfileengine Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
qbuffer Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
qdatastream Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
qdebug Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
qdir Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
qdiriterator Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
qfile Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
qfileinfo Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
qfilesystementry Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
qfilesystemwatcher Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
qiodevice Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
qnodebug Fix compile error with qWarning() << myDateTime and QT_NO_DEBUG_OUTPUT 2012-01-05 15:02:56 +01:00
qprocess Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
qprocessenvironment Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
qresourceengine Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
qsettings Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
qstandardpaths Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
qtemporarydir Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
qtemporaryfile Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
qtextstream Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
qurl Update copyright year in license headers. 2012-01-05 06:36:56 +01:00
io.pro Fix compile error with qWarning() << myDateTime and QT_NO_DEBUG_OUTPUT 2012-01-05 15:02:56 +01:00