Fix typo, should be qCWarning

GIT_SILENT
This commit is contained in:
Ahmad Samir 2022-02-03 16:34:06 +02:00
parent 0a02458560
commit 3d2d91a08a

View File

@ -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;
}