diff -r d85834ad8c54 -r 133e2ed6b9c5 floatimageobj.cpp --- a/floatimageobj.cpp Mon Aug 24 14:39:07 2009 +0000 +++ b/floatimageobj.cpp Thu Sep 03 08:52:00 2009 +0000 @@ -8,25 +8,29 @@ // FloatImageObj ///////////////////////////////////////////////////////////////// +/* FIXME-3 FloatImageObj::FloatImageObj ():FloatObj() { // cout << "Const FloatImageObj ()\n"; setParObj (this); init(); } +*/ -FloatImageObj::FloatImageObj (QGraphicsScene* s):FloatObj(s) +FloatImageObj::FloatImageObj (QGraphicsScene* s,TreeItem *ti):FloatObj(s,ti) { -// cout << "Const FloatImageObj (s) called from MapCenterObj (s)\n"; + //cout << "Const FloatImageObj s="<