Skip to content

Commit

Permalink
sipify
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Nov 3, 2019
1 parent 0445c70 commit 3aa927c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/core/auto_generated/qgsfield.sip.in
Expand Up @@ -90,9 +90,9 @@ field alias if set, otherwise the field name.

QString displayNameWithAlias() const;
%Docstring
Returns a friendly name string to use when displaying this field (adding the field alias in parenthesis if it is defined).
Returns the name to use when displaying this field and adds the alias in parenthesis if it is defined.

This should be used when working close to the data structure (i.e. building expressions and queries),
This will be used when working close to the data structure (i.e. building expressions and queries),
when the real field name must be shown but the alias is also useful to understand what the field
represents.

Expand Down

0 comments on commit 3aa927c

Please sign in to comment.