diff -r cc75c76972ee -r c0432d11811c src/corelib/tools/qpoint.cpp --- a/src/corelib/tools/qpoint.cpp Wed Apr 21 12:15:23 2010 +0300 +++ b/src/corelib/tools/qpoint.cpp Wed Apr 21 20:15:53 2010 +0300 @@ -374,7 +374,7 @@ QDebug operator<<(QDebug d, const QPointF &p) { d.nospace() << "QPointF(" << p.x() << ", " << p.y() << ')'; - return d; + return d.space(); } #endif