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