Initial implementation of glabels-batch.
Note: must currently use QGuiApplication instead of QCoreApplication to support QFont. Unfortunately, this means that glabels-batch must run within a windowing system. Ideally, it would not have this requirement.
This commit is contained in:
@@ -430,7 +430,6 @@ namespace glabels
|
||||
{
|
||||
if ( !isTemplateKnown( tmplate->brand(), tmplate->part() ) )
|
||||
{
|
||||
tmplate->initPreview();
|
||||
mTemplates << tmplate;
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user