summaryrefslogtreecommitdiffstats
path: root/src/corelib/animation/qabstractanimation.cpp
diff options
context:
space:
mode:
authorDavid Faure <faure@kde.org>2011-12-22 13:46:15 +0100
committerQt by Nokia <qt-info@nokia.com>2012-01-05 15:02:56 +0100
commit9498f1aa54fefb3d1c78f5e38880607147512567 (patch)
tree519ce3c75c674de937d1139b55877e7923b1fb3d /src/corelib/animation/qabstractanimation.cpp
parentec104d7a5480b334cbbdc41d1536670585da6bba (diff)
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>
Diffstat (limited to 'src/corelib/animation/qabstractanimation.cpp')
0 files changed, 0 insertions, 0 deletions