fix -Wunused-variable

This commit is contained in:
wmayer
2018-10-12 22:17:29 +02:00
parent ce91b1f766
commit 7d14d2d66e

View File

@@ -144,6 +144,7 @@ void QGIDatumLabel::hoverLeaveEvent(QGraphicsSceneHoverEvent *event)
{
QGIView *view = dynamic_cast<QGIView *> (parentItem());
assert(view != 0);
Q_UNUSED(view);
Q_EMIT hover(false);
if (!isSelected()) {