misc.h
changeset 408 c2a05fa925a1
parent 176 f75489896084
child 422 07a2f3f31101
     1.1 --- a/misc.h	Thu Nov 23 16:18:26 2006 +0000
     1.2 +++ b/misc.h	Fri Dec 08 20:18:56 2006 +0000
     1.3 @@ -10,11 +10,13 @@
     1.4  
     1.5  /////////////////////////////////////////////////////////////////////////////
     1.6  QString qpointToString (const QPoint &p);
     1.7 +QString qpointfToString (const QPointF &p);
     1.8  extern ostream &operator<< (ostream &stream, QPoint const &p);
     1.9 -float getAngle(const QPoint &);
    1.10 -QPoint normalise (const QPoint &);
    1.11 +extern ostream &operator<< (ostream &stream, QPointF const &p);
    1.12 +qreal getAngle(const QPointF &);
    1.13 +QPointF normalise (const QPointF &);
    1.14  QString quotemeta(const QString&);	
    1.15 -int max (int,int);
    1.16 +qreal max (qreal,qreal);
    1.17  class BranchObj;
    1.18  class MapEditor;
    1.19