1.1 --- a/floatimageobj.cpp Tue Apr 08 08:28:37 2008 +0000
1.2 +++ b/floatimageobj.cpp Mon Aug 04 13:35:54 2008 +0000
1.3 @@ -214,13 +214,13 @@
1.4 return bbox;
1.5 }
1.6
1.7 -QRectF FloatImageObj::getBBoxSizeWithChilds()
1.8 +QRectF FloatImageObj::getBBoxSizeWithChildren()
1.9 {
1.10 //TODO abstract in linkablemapobj.h, not calculated
1.11 return bboxTotal;
1.12 }
1.13
1.14 -void FloatImageObj::calcBBoxSizeWithChilds()
1.15 +void FloatImageObj::calcBBoxSizeWithChildren()
1.16 {
1.17 //TODO abstract in linkablemapobj.h
1.18 }