Skip to content

Commit

Permalink
comments on new private members of attribute data
Browse files Browse the repository at this point in the history
  • Loading branch information
VitorVieiraZ committed Nov 21, 2024
1 parent 64f7ac7 commit d994858
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/attributes/attributedata.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

1 comment on commit d994858

@inputapp-bot
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

iOS - version 24.11.695711 just submitted!

Please sign in to comment.