mirror of
https://github.com/qgis/QGIS.git
synced 2025-11-22 00:14:55 -05:00
with an expression context This allows the various expression functions which can refer to layers to also locate layers stored in these additional, non-QgsProject::instance, store. The immediate use case is paving the way for expressions to access temporary layers created during the execution of processing jobs (ie model steps). (This is just an API building block toward that goal)