mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-10 00:04:23 -04:00
The `onProjectReady` method is called after the `QgsProject` instance is ready for the request and before entering the main switch for core services. The `onRequestReady` method is called after the `QgsRequestHandler` is ready and populated with parameters but before the `QgsProject` instance is ready. The `onProjectReady` method coud be used to perform operation at the project level like adding variables, checking vector layer categories, etc. Funded by 3Liz