Skip to content

Commit 9b9a002

Browse files
committedNov 2, 2016
Update api break docs
1 parent 3f2a781 commit 9b9a002

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed
 

‎doc/api_break.dox

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -739,7 +739,14 @@ QgsEditorWidgetRegistry::instance()->findBest() must be used instead.
739739
- expression(), setExpression(), expressionDescription() and setExpressionDescription()
740740
have been removed. Use QgsVectorLayer.setConstraintExpression()/constraintExpression(),
741741
or QgsField.constraintExpression()/QgsField.constraintDescription() instead.
742-
- notNull() and setNotNull() have been removed. Use QgsVectorLayer.setFieldConstraints()/fieldConstraints(), or QgsField.constraints() instead.
742+
- notNull() and setNotNull() have been removed. Use QgsVectorLayer.setFieldConstraint()/fieldConstraints(), or QgsField.constraints() instead.
743+
744+
QgsEditorWidgetWrapper {#qgis_api_break_3_0_QgsEditorWidgetWrapper}
745+
----------------------
746+
747+
- constraintStatusChanged now reports a QgsEditorWidgetWrapper::ConstraintResult instead of the previous boolean value for the constraint status
748+
- The boolean constraintValid argument for updateConstraintWidgetStatus has been changed to a QgsEditorWidgetWrapper::ConstraintResult value
749+
743750

744751
QgsExpression {#qgis_api_break_3_0_QgsExpression}
745752
-------------

0 commit comments

Comments
 (0)
Please sign in to comment.