mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-23 18:32:53 +00:00
gwenview: remove obsolete comment about the hint
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
8bba9e82d6
commit
d7ea9b0a57
1 changed files with 0 additions and 4 deletions
|
@ -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)));
|
||||
|
|
Loading…
Add table
Reference in a new issue