dolphin: do not add the KFileItem overlays to the roles data

now that thumbnailers paint overlays (by using KIO::pixmapForUrl()) the
overlays were painted twice (once by the thumbnailers and once by dolphin
itself), see the previous commit

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2024-06-03 22:53:17 +03:00
parent a9b6e2dd29
commit c57d3e68c3

View file

@ -912,8 +912,6 @@ QHash<QByteArray, QVariant> KFileItemModelRolesUpdater::rolesData(const KFileIte
data.insert("type", item.mimeComment());
}
data.insert("iconOverlays", item.overlays());
return data;
}