call superclass in the proper place

This commit is contained in:
Marco Martin 2014-02-17 14:32:35 +01:00
parent 12a766795e
commit 1b21c1a5d9

View File

@ -419,8 +419,9 @@ void IconItem::geometryChanged(const QRectF &newGeometry,
loadPixmap();
}
QQuickItem::geometryChanged(newGeometry, oldGeometry);
}
QQuickItem::geometryChanged(newGeometry, oldGeometry);
}
#include "iconitem.moc"