src/corelib/tools/qpoint.cpp
branchRCL_3
changeset 14 c0432d11811c
parent 4 3b1da2848fc7
child 30 5dc02b23752f
--- 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