OSDN Git Service

gwenview: remove obsolete comment about the hint
authorIvailo Monev <xakepa10@gmail.com>
Fri, 7 Jul 2023 13:41:12 +0000 (16:41 +0300)
committerIvailo Monev <xakepa10@gmail.com>
Fri, 7 Jul 2023 13:41:12 +0000 (16:41 +0300)
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
gwenview/lib/document/loadingdocumentimpl.cpp

index 3d33a4f..01becab 100644 (file)
@@ -119,10 +119,6 @@ struct LoadingDocumentImplPrivate
             // The hint is used to:
             // - Speed up loadMetaInfo(): QImageReader will try to decode the
             //   image using plugins matching this format first.
-            // - Avoid breakage: Because of a bug in Qt TGA image plugin, some
-            //   PNG were incorrectly identified as PCX! See:
-            //   https://bugs.kde.org/show_bug.cgi?id=289819
-            //
             mFormatHint = q->document()->url().fileName()
                 .section('.', -1).toAscii().toLower();
             mMetaInfoFutureWatcher.reset(new BoolThread(q, std::bind(&LoadingDocumentImplPrivate::loadMetaInfo, this)));