Changes to solve issue #161

--HG--
branch : develop
This commit is contained in:
Patrick Proy 2014-06-10 08:34:46 +02:00
parent b6311abe02
commit 8e7c45488a

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));