File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,10 @@ class QgsLayerMetadata
3030 the schema definition available at resources/qgis-resource-metadata.xsd
3131 within the QGIS source code.
3232
33+ Metadata can be validated through the use of QgsLayerMetadataValidator
34+ subclasses. E.g. validating against the native QGIS metadata schema can be performed
35+ using QgsNativeMetadataValidator.
36+
3337.. versionadded:: 3.0
3438%End
3539
Original file line number Diff line number Diff line change @@ -44,6 +44,10 @@ class QgsMapLayer;
4444 * the schema definition available at resources/qgis-resource-metadata.xsd
4545 * within the QGIS source code.
4646 *
47+ * Metadata can be validated through the use of QgsLayerMetadataValidator
48+ * subclasses. E.g. validating against the native QGIS metadata schema can be performed
49+ * using QgsNativeMetadataValidator.
50+ *
4751 * \since QGIS 3.0
4852 */
4953class CORE_EXPORT QgsLayerMetadata
You can’t perform that action at this time.
0 commit comments