Fixed infinite loop.
--HG-- branch : develop
This commit is contained in:
parent
22bc725230
commit
67c2de94f7
|
@ -276,6 +276,7 @@ void VVITConverter::ConvertMeasurementsToV0_3_3()
|
|||
const QDomNodeList nodeList = this->elementsByTagName(QStringLiteral("m"));
|
||||
if (nodeList.isEmpty())
|
||||
{
|
||||
++i;
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
|
@ -282,6 +282,7 @@ void VVSTConverter::ConvertMeasurementsToV0_4_2()
|
|||
const QDomNodeList nodeList = this->elementsByTagName(QStringLiteral("m"));
|
||||
if (nodeList.isEmpty())
|
||||
{
|
||||
++i;
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user