branch | RCL_3 |
changeset 14 | c0432d11811c |
parent 4 | 3b1da2848fc7 |
child 30 | 5dc02b23752f |
13:cc75c76972ee | 14: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 |