--HG--
branch : develop
This commit is contained in:
dismine 2014-06-10 12:09:22 +03:00
commit 52e48259a9

View file

@ -89,6 +89,7 @@ void VPattern::CreateEmptyFile(const QString &tablePath)
QDomElement version = createElement(TagVersion);
QDomText newNodeText = createTextNode(VAL_STR_VERSION);
version.appendChild(newNodeText);
patternElement.appendChild(version);
patternElement.appendChild(createElement(TagAuthor));
patternElement.appendChild(createElement(TagDescription));