qgis / qgis4.0_api

Tracker for QGIS 4.0 API related issues and developer discussion
3 stars 1 forks source link

Switch QList to QVector #38

Closed nyalldawson closed 6 years ago

nyalldawson commented 8 years ago

many QGIS methods return QList<..>. For a lot of these cases we should be returning QVector<...> (see https://marcmutz.wordpress.com/effective-qt/containers/)

m-kuhn commented 8 years ago

or QSet...

nyalldawson commented 6 years ago

Closing this. Given that it doesn't affect the python api, we can flip methods across at anytime

m-kuhn commented 6 years ago

yahoo 🥇