Merge
--HG-- branch : develop
This commit is contained in:
commit
52e48259a9
|
@ -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));
|
||||
|
|
Loading…
Reference in New Issue
Block a user