Skip to content

Fallback to unknown icon if mimetype does not have one

Michael Reeves requested to merge mreeves/dolphin:fix-missing-icon into master

KStandardItemListWidget::updatePixmapCache() assumes that when KFileItemModelRolesUpdater returns a non-empty icon name that icon file must exist. That is not always the case as indicated by pixmapForIcon returning a null QPixmap.

Edited by Méven Car

Merge request reports