mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-09 00:35:20 -05:00
Adds new methods overloads to QgsVectorLayer getFeatures( expression ) getFeatures( ids ) getFeature( id ) These three methods to query features are by far the most used ones and with this patch it is much easier to write and read code.