Forgot add tag version.
--HG-- branch : feature
This commit is contained in:
parent
4e1bb4bea5
commit
d7cbeeadbe
|
@ -99,6 +99,7 @@ void VPattern::CreateEmptyFile(const QString &tablePath)
|
||||||
QDomElement version = createElement(TagVersion);
|
QDomElement version = createElement(TagVersion);
|
||||||
QDomText newNodeText = createTextNode(VAL_STR_VERSION);
|
QDomText newNodeText = createTextNode(VAL_STR_VERSION);
|
||||||
version.appendChild(newNodeText);
|
version.appendChild(newNodeText);
|
||||||
|
patternElement.appendChild(version);
|
||||||
|
|
||||||
patternElement.appendChild(createElement(TagAuthor));
|
patternElement.appendChild(createElement(TagAuthor));
|
||||||
patternElement.appendChild(createElement(TagDescription));
|
patternElement.appendChild(createElement(TagDescription));
|
||||||
|
|
Loading…
Reference in New Issue
Block a user