Fix broken conversion after commit abe689e42929.
--HG-- branch : develop
This commit is contained in:
parent
e26fcb05b8
commit
2a3948c549
|
@ -2112,7 +2112,7 @@ void VPatternConverter::TagDetailToV0_4_0()
|
||||||
dom.setAttribute(*strSeamAllowance, dom.attribute(*strSupplement, QChar('0')));
|
dom.setAttribute(*strSeamAllowance, dom.attribute(*strSupplement, QChar('0')));
|
||||||
dom.removeAttribute(*strSupplement);
|
dom.removeAttribute(*strSupplement);
|
||||||
|
|
||||||
dom.setAttribute(*strVersion, '1');
|
dom.setAttribute(*strVersion, QChar('1'));
|
||||||
|
|
||||||
const QStringList tags = QStringList() << *strNode << *strData << *strPatternInfo << *strGrainline;
|
const QStringList tags = QStringList() << *strNode << *strData << *strPatternInfo << *strGrainline;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user