From d7ea9b0a574b03317ffbab4a28d2dd933f3b40ba Mon Sep 17 00:00:00 2001 From: Ivailo Monev Date: Fri, 7 Jul 2023 16:41:12 +0300 Subject: [PATCH] gwenview: remove obsolete comment about the hint Signed-off-by: Ivailo Monev --- gwenview/lib/document/loadingdocumentimpl.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gwenview/lib/document/loadingdocumentimpl.cpp b/gwenview/lib/document/loadingdocumentimpl.cpp index 3d33a4fa..01becabb 100644 --- a/gwenview/lib/document/loadingdocumentimpl.cpp +++ b/gwenview/lib/document/loadingdocumentimpl.cpp @@ -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))); -- 2.11.0