[TechDraw] Remove uneeded redefinitions of inherited functions
This commit is contained in:
committed by
WandererFan
parent
2f49a93292
commit
9905e17ba1
@@ -69,14 +69,6 @@ QGIGhostHighlight::~QGIGhostHighlight()
|
||||
|
||||
}
|
||||
|
||||
QVariant QGIGhostHighlight::itemChange(GraphicsItemChange change, const QVariant &value)
|
||||
{
|
||||
if (change == ItemPositionHasChanged && scene()) {
|
||||
// nothing to do here?
|
||||
}
|
||||
return QGIHighlight::itemChange(change, value);
|
||||
}
|
||||
|
||||
void QGIGhostHighlight::mousePressEvent(QGraphicsSceneMouseEvent * event)
|
||||
{
|
||||
// Base::Console().Message("QGIGhostHighlight::mousePress() - %X\n", this);
|
||||
|
||||
Reference in New Issue
Block a user