floatimageobj.cpp
changeset 411 910ba9fab728
parent 408 c2a05fa925a1
child 417 1cc7bbf75f0b
     1.1 --- a/floatimageobj.cpp	Fri Dec 08 20:18:58 2006 +0000
     1.2 +++ b/floatimageobj.cpp	Thu Dec 14 17:01:44 2006 +0000
     1.3 @@ -35,7 +35,7 @@
     1.4  
     1.5  FloatImageObj::~FloatImageObj ()
     1.6  {
     1.7 -//	cout << "Destr FloatImageObj "<<this<<"\n";
     1.8 +	cout << "Destr FloatImageObj "<<this<<"\n";
     1.9  	delete(icon);
    1.10  }
    1.11  
    1.12 @@ -219,13 +219,13 @@
    1.13  
    1.14  QRectF FloatImageObj::getBBoxSizeWithChilds()
    1.15  {
    1.16 -	//FIXME  abstract in linkablemapobj.h, not calculated
    1.17 +	//TODO abstract in linkablemapobj.h, not calculated
    1.18  	return bboxTotal;
    1.19  }
    1.20  
    1.21  void FloatImageObj::calcBBoxSizeWithChilds()
    1.22  {
    1.23 -	//FIXME  abstract in linkablemapobj.h
    1.24 +	//TODO abstract in linkablemapobj.h
    1.25  }
    1.26  
    1.27  QString FloatImageObj::getSelectString()