warnings--

Change-Id: Ide6d4301162f617ae0846df8ea2ef938982f9a7f
This commit is contained in:
David Edmundson 2014-09-26 16:34:09 +02:00
parent 62d240b7d6
commit d9bf760c14

View File

@ -132,6 +132,7 @@ bool SvgItem::smooth() const
QSGNode *SvgItem::updatePaintNode(QSGNode *oldNode, UpdatePaintNodeData *updatePaintNodeData)
{
Q_UNUSED(updatePaintNodeData);
if (!window() || !m_svg) {
delete oldNode;
return Q_NULLPTR;