16 #ifndef QGSPROJECTSTORAGEREGISTRY_H 
   17 #define QGSPROJECTSTORAGEREGISTRY_H 
   19 #include "qgis_core.h" 
   46     QList<QgsProjectStorage *> projectStorages() 
const;
 
   55     QHash<QString, QgsProjectStorage *> mBackends;
 
Registry of storage backends that QgsProject may use.
Abstract interface for project storage - to be implemented by various backends and registered in QgsP...