Commit fba818b6 authored by Claudio Valerio's avatar Claudio Valerio

Q_ASSERT make the applicatin crash

parent 9167cb88
......@@ -1164,7 +1164,7 @@ QGraphicsItem *UBSvgSubsetAdaptor::UBSvgSubsetReader::readElementFromGroup()
if(!result)
result = mStrokesList.take(uuid.replace("}","").replace("{",""));
Q_ASSERT(result);
//Q_ASSERT(result);
mXmlReader.skipCurrentElement();
mXmlReader.readNext();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment