mirror of
https://invent.kde.org/frameworks/kimageformats.git
synced 2025-06-03 17:08:08 -04:00
Fix typo, should be qCWarning
GIT_SILENT
This commit is contained in:
parent
0a02458560
commit
3d2d91a08a
@ -179,7 +179,7 @@ bool EPSHandler::read(QImage *image)
|
|||||||
|
|
||||||
const QString gsExec = QStandardPaths::findExecutable(QStringLiteral("gs"));
|
const QString gsExec = QStandardPaths::findExecutable(QStringLiteral("gs"));
|
||||||
if (gsExec.isEmpty()) {
|
if (gsExec.isEmpty()) {
|
||||||
qWarning(EPSPLUGIN) << "Couldn't find gs exectuable (from GhostScript) in PATH.";
|
qCWarning(EPSPLUGIN) << "Couldn't find gs exectuable (from GhostScript) in PATH.";
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user