From d99485891dd5bb9a60b0a11a7e8d58fcbec9e814 Mon Sep 17 00:00:00 2001 From: VitorVieiraZ Date: Wed, 20 Nov 2024 21:16:18 -0300 Subject: [PATCH] comments on new private members of attribute data --- app/attributes/attributedata.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/attributes/attributedata.h b/app/attributes/attributedata.h index fae50f838..d24375429 100644 --- a/app/attributes/attributedata.h +++ b/app/attributes/attributedata.h @@ -169,8 +169,8 @@ class FormItem const QgsEditorWidgetSetup mEditorWidgetSetup; const int mFieldIndex; const QgsExpression mVisibilityExpression; - const QgsExpression mNameExpression; - const QgsExpression mEditableExpression; + const QgsExpression mNameExpression; // Expression to define field’s display name (alias) + const QgsExpression mEditableExpression; // Expression to determine whether the field is editable QString mName; QString mValidationMessage;