misc.cpp
changeset 819 8f987e376035
parent 802 f076fdec767d
     1.1 --- a/misc.cpp	Tue Dec 15 09:14:59 2009 +0000
     1.2 +++ b/misc.cpp	Mon Jan 04 20:36:06 2010 +0000
     1.3 @@ -30,7 +30,7 @@
     1.4  
     1.5  ostream &operator<< (ostream &stream, QRectF const &r)
     1.6  { 
     1.7 -	stream << "tL="<<r.topLeft()<<" - bR="<<r.bottomRight();
     1.8 +	stream << "tL="<<r.topLeft()<<" - (w,h)="<<r.width()<<","<<r.height()<<"  bR="<<r.bottomRight();
     1.9  	return stream;
    1.10  }
    1.11