Created initial XmlLabelCreator.

This commit is contained in:
Jim Evins
2015-09-05 17:06:56 -04:00
parent 54bfcca5a9
commit 68cb85ce36
13 changed files with 554 additions and 104 deletions
+4 -1
View File
@@ -94,7 +94,10 @@ namespace libglabels
XmlUtil::setStringAttr( node, "description", tmplate->description() );
createMetaNode( node, "product_url", tmplate->productUrl() );
if ( !tmplate->productUrl().isEmpty() )
{
createMetaNode( node, "product_url", tmplate->productUrl() );
}
#if TODO
foreach ( QString categoryId, tmplate->categoryIds() )
{