OSDN Git Service

gwenview: update comment in LoadingDocumentImplPrivate::loadMetaInfo()
authorIvailo Monev <xakepa10@gmail.com>
Fri, 7 Jul 2023 14:08:30 +0000 (17:08 +0300)
committerIvailo Monev <xakepa10@gmail.com>
Fri, 7 Jul 2023 14:08:30 +0000 (17:08 +0300)
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
gwenview/lib/document/loadingdocumentimpl.cpp

index 01becab..ebb9d17 100644 (file)
@@ -162,7 +162,7 @@ struct LoadingDocumentImplPrivate
         if (!reader.canRead()) {
             kWarning() << "QImageReader::read() using format hint" << mFormatHint << "failed:" << reader.errorString();
             if (buffer.pos() != 0) {
-                kWarning() << "A bad Qt image decoder moved the buffer to" << buffer.pos() << "in a call to canRead()! Rewinding.";
+                kWarning() << "A bad Katie image decoder moved the buffer to" << buffer.pos() << "in a call to canRead()! Rewinding.";
                 buffer.seek(0);
             }
             reader.setFormat(QByteArray());