Skip to content

Commit 9e9eef3

Browse files
committedMar 24, 2023
Expand docs
1 parent d37c0b5 commit 9e9eef3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/core/qgsfield_p.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ class QgsFieldPrivate : public QSharedData
122122
//! Comment
123123
QString comment;
124124

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

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

0 commit comments

Comments
 (0)
Please sign in to comment.