parent
b6311abe02
commit
8e7c45488a
|
@ -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