From d7cbeeadbe4ba598e6be38ebc94a931ba063700c Mon Sep 17 00:00:00 2001 From: dismine Date: Mon, 9 Jun 2014 20:47:25 +0300 Subject: [PATCH] Forgot add tag version. --HG-- branch : feature --- src/app/xml/vpattern.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/xml/vpattern.cpp b/src/app/xml/vpattern.cpp index 803f1109f..8098e413d 100644 --- a/src/app/xml/vpattern.cpp +++ b/src/app/xml/vpattern.cpp @@ -99,6 +99,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));