Clean some code

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4263 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
blacksun
2015-11-15 19:47:15 +00:00
parent c082dfb797
commit 6346130cb9
3 changed files with 211 additions and 243 deletions

View File

@@ -89,7 +89,5 @@ class XmlElementsCategory : public ElementsCategory {
QHash<QString, XmlElementDefinition *> elements_;
/// Nae of this category within the tree
QString name_;
/// XML description of this category
QDomDocument xml_element_;
};
#endif