mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 10:52:49 +00:00
kimgio: print warning message via kWarning() from WebPHandler::canRead()
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
bd60038328
commit
9599463984
1 changed files with 1 additions and 1 deletions
|
@ -301,7 +301,7 @@ int WebPHandler::currentImageNumber() const
|
||||||
bool WebPHandler::canRead(QIODevice *device)
|
bool WebPHandler::canRead(QIODevice *device)
|
||||||
{
|
{
|
||||||
if (Q_UNLIKELY(!device)) {
|
if (Q_UNLIKELY(!device)) {
|
||||||
qWarning("WebPHandler::canRead() called with no device");
|
kWarning() << "Called with no device";
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue