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"));
|
const QDomNodeList nodeList = this->elementsByTagName(QStringLiteral("m"));
|
||||||
if (nodeList.isEmpty())
|
if (nodeList.isEmpty())
|
||||||
{
|
{
|
||||||
|
++i;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -282,6 +282,7 @@ void VVSTConverter::ConvertMeasurementsToV0_4_2()
|
||||||
const QDomNodeList nodeList = this->elementsByTagName(QStringLiteral("m"));
|
const QDomNodeList nodeList = this->elementsByTagName(QStringLiteral("m"));
|
||||||
if (nodeList.isEmpty())
|
if (nodeList.isEmpty())
|
||||||
{
|
{
|
||||||
|
++i;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user