mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-08 00:05:09 -04:00
"forward declare" functions which will be patched when the processing plugin starts, so that these are known and accessible during the PyQGIS doc building. Also make these forward declared versions raise QgsNotSupportedException, so that its clear why they aren't working when the processing plugin hasn't started Fixes https://github.com/qgis/pyqgis-api-docs-builder/issues/38