mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
Fix docstring
This commit is contained in:
parent
5c99689fd2
commit
75c3ad0f90
@ -73,7 +73,7 @@ is not present on this field.
|
||||
%Docstring
|
||||
Returns the strength of a field constraint, or ConstraintStrengthNotSet if the constraint
|
||||
is not present on this field. If the strength is not set returns ConstraintStrengthNotSet
|
||||
for anything but ConstraintExpression when returns ConstraintStrengthHard.
|
||||
for anything but ConstraintExpression which returns ConstraintStrengthHard.
|
||||
|
||||
.. seealso:: :py:func:`constraints`
|
||||
|
||||
|
@ -73,7 +73,7 @@ is not present on this field.
|
||||
%Docstring
|
||||
Returns the strength of a field constraint, or ConstraintStrengthNotSet if the constraint
|
||||
is not present on this field. If the strength is not set returns ConstraintStrengthNotSet
|
||||
for anything but ConstraintExpression when returns ConstraintStrengthHard.
|
||||
for anything but ConstraintExpression which returns ConstraintStrengthHard.
|
||||
|
||||
.. seealso:: :py:func:`constraints`
|
||||
|
||||
|
@ -90,7 +90,7 @@ class CORE_EXPORT QgsFieldConstraints
|
||||
/**
|
||||
* Returns the strength of a field constraint, or ConstraintStrengthNotSet if the constraint
|
||||
* is not present on this field. If the strength is not set returns ConstraintStrengthNotSet
|
||||
* for anything but ConstraintExpression when returns ConstraintStrengthHard.
|
||||
* for anything but ConstraintExpression which returns ConstraintStrengthHard.
|
||||
* \see constraints()
|
||||
* \see setConstraintStrength()
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user