Skip to content

Commit 137b198

Browse files
committedNov 21, 2016
add note to the API breaks doc
1 parent d0f8863 commit 137b198

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎doc/api_break.dox

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,7 @@ General changes {#qgis_api_break_3_0_global}
251251
- All importXML() methods have been renamed to importXml()
252252
- All methods taking or returning QGis::WkbType have been changed to use QgsWkbTypes::Type
253253
- All methods taking or returning QGis::GeometryType have been changed to use QgsWkbTypes::GeometryType
254+
- Network analysis library has been merged into analysis library
254255

255256

256257
Data Providers {#qgis_api_break_3_0_DataProviders}
@@ -768,7 +769,7 @@ QgsEditFormConfig {#qgis_api_break_3_0_QgsEditFormConfig}
768769
- widgetType() and widgetConfig() now reflect only the user configured values.
769770
QgsEditorWidgetRegistry::instance()->findBest() must be used instead.
770771
- widgetType(), widgetConfig(), setWidgetType(), setWidgetConfig() and removeWidgetConfig() now only take a string as first parameter. Access by index has been removed.
771-
- expression(), setExpression(), expressionDescription() and setExpressionDescription()
772+
- expression(), setExpression(), expressionDescription() and setExpressionDescription()
772773
have been removed. Use QgsVectorLayer.setConstraintExpression()/constraintExpression(),
773774
or QgsField.constraintExpression()/QgsField.constraintDescription() instead.
774775
- notNull() and setNotNull() have been removed. Use QgsVectorLayer.setFieldConstraint()/fieldConstraints(), or QgsField.constraints() instead.

0 commit comments

Comments
 (0)
Please sign in to comment.