remove unneeded boundingRect methods

This commit is contained in:
WandererFan
2016-07-22 09:49:31 -04:00
committed by wmayer
parent 48bd90004f
commit 222492c912
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();
}