diff --git a/src/style.cpp b/src/style.cpp index 79e01ba..f314364 100644 --- a/src/style.cpp +++ b/src/style.cpp @@ -590,7 +590,7 @@ static bool loadSprites(const QDir &styleDir, const QString &json, if (QFileInfo::exists(spritesImg)) return sprites.load(spritesJSON, spritesImg); else { - qCritical() << spritesImg << ": no such file"; + qWarning() << spritesImg << ": no such file"; return false; } }