mirror of
https://invent.kde.org/frameworks/kimageformats.git
synced 2025-05-28 00:30:23 -04:00
Rely on QStringLiteral yielding a QString to use its methods on
GIT_SILENT
This commit is contained in:
parent
9a04f2637f
commit
20f996a7dd
@ -178,7 +178,7 @@ bool EPSHandler::read(QImage *image)
|
||||
QStringList gsArgs;
|
||||
gsArgs << QLatin1String("-sOutputFile=") + tmpFile.fileName()
|
||||
<< QStringLiteral("-q")
|
||||
<< QString(QStringLiteral("-g%1x%2")).arg(wantedWidth).arg(wantedHeight)
|
||||
<< QStringLiteral("-g%1x%2").arg(wantedWidth).arg(wantedHeight)
|
||||
<< QStringLiteral("-dSAFER")
|
||||
<< QStringLiteral("-dPARANOIDSAFER")
|
||||
<< QStringLiteral("-dNOPAUSE")
|
||||
|
Loading…
Reference in New Issue
Block a user