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

@@ -163,8 +163,3 @@ void QGIViewAnnotation::drawAnnotation()
m_textItem->setPos(0.,0.);
}
QRectF QGIViewAnnotation::boundingRect() const
{
return childrenBoundingRect();
}