Skip to content

Use QIcon over QPixmap and port away from KIconThemes

Nicolas Fella requested to merge work/iconthemes into master

KIconThemes is half-deprecated and using QIcon instead of QPixmap has benefits since it doesn't make assumptions about what size is needed and moves that responsibility to the view

Merge request reports