Fix broken conversion after commit abe689e42929.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2018-04-13 08:44:51 +03:00
parent e26fcb05b8
commit 2a3948c549

View File

@ -2112,7 +2112,7 @@ void VPatternConverter::TagDetailToV0_4_0()
dom.setAttribute(*strSeamAllowance, dom.attribute(*strSupplement, QChar('0')));
dom.removeAttribute(*strSupplement);
dom.setAttribute(*strVersion, '1');
dom.setAttribute(*strVersion, QChar('1'));
const QStringList tags = QStringList() << *strNode << *strData << *strPatternInfo << *strGrainline;