4 Commits

Author SHA1 Message Date
Nyall Dawson
94417729bc Use proper icon for unknown/collection geometry types, instead
of always using polygon icon
2021-07-22 21:00:30 +10:00
Nyall Dawson
a51a9c4854 Add QgsIconUtils::iconForLayerType 2021-07-01 17:37:52 +10:00
Nyall Dawson
9dda143cc9 Also move QgsMapLayerModel::iconForLayer to QgsIconUtils 2021-05-21 09:22:05 +10:00
Nyall Dawson
06844626d1 Move QgsLayerItem icon related static methods to new QgsIconUtils class
These utilities are used in a LOT of places in QGIS, but the
qgslayeritem.h include is a very heavy dependency. It makes sense
to have these utilities in a nice lightweight generic class.
2021-05-21 09:22:05 +10:00