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
..
2018-10-14 22:13:58 +02:00
2018-10-24 11:13:54 +02:00
2018-10-16 12:52:48 +02:00
2018-10-08 13:01:16 -08:00
2018-05-31 12:33:38 -08:00