remove unneeded boundingRect methods

This commit is contained in:
WandererFan
2016-07-22 09:49:31 -04:00
committed by wmayer
parent 14329d9458
commit ee318b6a2c
10 changed files with 5 additions and 24 deletions

View File

@@ -575,12 +575,6 @@ TechDraw::DrawHatch* QGIViewPart::faceIsHatched(int i,std::vector<TechDraw::Draw
return result;
}
QRectF QGIViewPart::boundingRect() const
{
//return childrenBoundingRect().adjusted(-2.,-2.,2.,6.); //just a bit bigger than the children need
return childrenBoundingRect();
}
void QGIViewPart::dumpPath(const char* text,QPainterPath path)
{
QPainterPath::Element elem;