diff --git a/src/imageformats/eps.cpp b/src/imageformats/eps.cpp index edb5939..6fa9f6c 100644 --- a/src/imageformats/eps.cpp +++ b/src/imageformats/eps.cpp @@ -179,7 +179,7 @@ bool EPSHandler::read(QImage *image) const QString gsExec = QStandardPaths::findExecutable(QStringLiteral("gs")); 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; }