warnings--
Change-Id: Ide6d4301162f617ae0846df8ea2ef938982f9a7f
This commit is contained in:
parent
62d240b7d6
commit
d9bf760c14
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user