Removed some FIXMEs. Added translations
1.1 --- a/misc.cpp Fri Dec 29 13:52:17 2006 +0000
1.2 +++ b/misc.cpp Fri Dec 29 13:52:17 2006 +0000
1.3 @@ -13,7 +13,6 @@
1.4
1.5 QString qpointfToString (const QPointF &p)
1.6 {
1.7 -// FIXME check this QT4
1.8 return "(" + QString("%1").arg(p.x()) +","+ QString ("%1").arg (p.y()) +")";
1.9 }
1.10