Skip to content

Commit 961b63f

Browse files
committedNov 2, 2016
Update API break docs
1 parent a6319a4 commit 961b63f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed
 

‎doc/api_break.dox

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -736,10 +736,9 @@ QgsEditFormConfig {#qgis_api_break_3_0_QgsEditFormConfig}
736736
- widgetType() and widgetConfig() now reflect only the user configured values.
737737
QgsEditorWidgetRegistry::instance()->findBest() must be used instead.
738738
- widgetType(), widgetConfig(), setWidgetType(), setWidgetConfig() and removeWidgetConfig() now only take a string as first parameter. Access by index has been removed.
739-
- expression() has been renamed to constraintExpression()
740-
- setExpression() has been renamed to setConstraintExpression()
741-
- expressionDescription() has been renamed to constraintDescription()
742-
- setExpressionDesctiption() has been renamed to setConstraintDescription()
739+
- expression(), setExpression(), expressionDescription() and setExpressionDescription()
740+
have been removed. Use QgsVectorLayer.setConstraintExpression()/constraintExpression(),
741+
or QgsField.constraintExpression()/QgsField.constraintDescription() instead.
743742
- notNull() and setNotNull() have been removed. Use QgsVectorLayer.setFieldConstraints()/fieldConstraints(), or QgsField.constraints() instead.
744743

745744
QgsExpression {#qgis_api_break_3_0_QgsExpression}

0 commit comments

Comments
 (0)
Please sign in to comment.