[TD]Fix no delete of cosmetic in clip group (#22838)
* [TD]Fix no delete of cosmetic in clip group * [TD]lint clean up
This commit is contained in:
@@ -830,7 +830,7 @@ QRectF QGIView::boundingRect() const
|
||||
return totalRect;
|
||||
}
|
||||
|
||||
QGIView* QGIView::getQGIVByName(std::string name)
|
||||
QGIView* QGIView::getQGIVByName(std::string name) const
|
||||
{
|
||||
QList<QGraphicsItem*> qgItems = scene()->items();
|
||||
QList<QGraphicsItem*>::iterator it = qgItems.begin();
|
||||
|
||||
Reference in New Issue
Block a user