mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-16 00:03:12 -04:00
This adds a new QgsLayoutManager class which is used for storage and serializing/deserializing of compositions. A QgsLayoutManager is attached to QgsProject. This allows core code to access the compositions attached to a project. The intention is to move all handling of compositions from app to core, making it easy for server to access project compositions without resorting to fragile xml parsing.