Skip to content

Commit

Permalink
Expand docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Mar 24, 2023
1 parent d37c0b5 commit 9e9eef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsfield_p.h
Expand Up @@ -122,7 +122,7 @@ class QgsFieldPrivate : public QSharedData
//! Comment
QString comment;

//! Field metadata. Keys should match Qgis::FieldMetadataProperty values.
//! Field metadata. Keys should match Qgis::FieldMetadataProperty values, or custom values extended from Qgis::FieldMetadataProperty::CustomProperty
QMap< int, QVariant > metadata;

//! Alias for field name (friendly name shown to users)
Expand Down

0 comments on commit 9e9eef3

Please sign in to comment.