kimgio: print warning message via kWarning() from WebPHandler::canRead()

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2022-10-19 17:51:09 +03:00
parent bd60038328
commit 9599463984

View file

@ -301,7 +301,7 @@ int WebPHandler::currentImageNumber() const
bool WebPHandler::canRead(QIODevice *device)
{
if (Q_UNLIKELY(!device)) {
qWarning("WebPHandler::canRead() called with no device");
kWarning() << "Called with no device";
return false;
}