1
0
mirror of https://github.com/qgis/QGIS.git synced 2025-04-16 00:03:12 -04:00
Nyall Dawson 85efc77bb4 Fix inefficient calls to QgsFeature.attributes()[idx]
Replace with just f[idx]. Calling QgsFeature.attributes()
allocates a list of all attributes, which is inefficient
when only a single attribute value is needed.
2018-10-31 08:42:51 +10:00
..