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:
@@ -54,8 +54,8 @@ namespace glabels
|
||||
|
||||
if ( !file.open( QFile::ReadOnly ) )
|
||||
{
|
||||
qWarning() << "Error: Cannot read file " << qPrintable(fileName)
|
||||
<< ": " << file.errorString();
|
||||
qWarning() << "Error: Cannot read file" << fileName
|
||||
<< ":" << file.errorString();
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user