[TechDraw] Remove uneeded redefinitions of inherited functions

This commit is contained in:
Benjamin Bræstrup Sayoc
2022-08-18 00:38:49 +02:00
committed by WandererFan
parent f5c5eec3bb
commit 8f067e02f3
8 changed files with 0 additions and 80 deletions

View File

@@ -66,12 +66,6 @@ QGIDrawingTemplate::~QGIDrawingTemplate()
pathItem = nullptr;
}
QVariant QGIDrawingTemplate::itemChange(GraphicsItemChange change, const QVariant &value)
{
return QGraphicsItemGroup::itemChange(change, value);
}
void QGIDrawingTemplate::clearContents()
{