[TechDraw] Remove uneeded redefinitions of inherited functions
This commit is contained in:
committed by
WandererFan
parent
f5c5eec3bb
commit
8f067e02f3
@@ -66,12 +66,6 @@ QGIDrawingTemplate::~QGIDrawingTemplate()
|
||||
pathItem = nullptr;
|
||||
}
|
||||
|
||||
QVariant QGIDrawingTemplate::itemChange(GraphicsItemChange change, const QVariant &value)
|
||||
{
|
||||
return QGraphicsItemGroup::itemChange(change, value);
|
||||
}
|
||||
|
||||
|
||||
void QGIDrawingTemplate::clearContents()
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user