src/corelib/tools/qpoint.cpp
changeset 22 79de32ba3296
parent 18 2f34d5167611
child 30 5dc02b23752f
equal deleted inserted replaced
19:fcece45ef507 22:79de32ba3296
   372 }
   372 }
   373 
   373 
   374 QDebug operator<<(QDebug d, const QPointF &p)
   374 QDebug operator<<(QDebug d, const QPointF &p)
   375 {
   375 {
   376     d.nospace() << "QPointF(" << p.x() << ", " << p.y() << ')';
   376     d.nospace() << "QPointF(" << p.x() << ", " << p.y() << ')';
   377     return d;
   377     return d.space();
   378 }
   378 }
   379 #endif
   379 #endif
   380 
   380 
   381 /*!
   381 /*!
   382     \class QPointF
   382     \class QPointF