qgis / qgis4.0_api

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

Server: rename "config" to "project" #112

Open elpaso opened 4 years ago

elpaso commented 4 years ago

There are many class/method/variable identifiers in the server API that refer to QgsProject as "config", we should rename them all to make it clear that what they actually take/return/handle is a QgsProject instance, for example:

QgsConfigCache but there are more.