qgis / qgis4.0_api

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

[Server] Remove deprecated QgsServerFilter callbacks #120

Open dmarteau opened 2 years ago

dmarteau commented 2 years ago

QgsServerFilter callbacks were deprecated: https://github.com/qgis/QGIS/pull/45158. They must be removed.

elpaso commented 2 years ago

they have been replaced by bool ::on* equivalents.