src/corelib/tools/qpoint.cpp
branchRCL_3
changeset 13 c0432d11811c
parent 4 3b1da2848fc7
equal deleted inserted replaced
12:cc75c76972ee 13:c0432d11811c
   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