changeset 376 | 626fd85b1f69 |
parent 176 | f75489896084 |
child 408 | c2a05fa925a1 |
1.1 --- a/misc.cpp Tue Jan 03 09:44:41 2006 +0000 1.2 +++ b/misc.cpp Tue Sep 05 15:05:18 2006 +0000 1.3 @@ -13,7 +13,8 @@ 1.4 1.5 ostream &operator<< (ostream &stream, QPoint const &p) 1.6 { 1.7 - return (stream << qpointToString(p) ); 1.8 + stream << "("<<p.x()<<","<<p.y()<<")"; 1.9 + return stream; 1.10 } 1.11 1.12 float getAngle(const QPoint &p)