mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 10:22:49 +00:00
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:
parent
a9b6e2dd29
commit
c57d3e68c3
1 changed files with 0 additions and 2 deletions
|
@ -912,8 +912,6 @@ QHash<QByteArray, QVariant> KFileItemModelRolesUpdater::rolesData(const KFileIte
|
|||
data.insert("type", item.mimeComment());
|
||||
}
|
||||
|
||||
data.insert("iconOverlays", item.overlays());
|
||||
|
||||
return data;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue