Skip to content

Commit 5f11027

Browse files
committed
Update api break docs
1 parent 2640626 commit 5f11027

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/api_break.dox

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2342,6 +2342,7 @@ QGIS 3.0 defaultValue() only returns literal, constant defaultValues. A new meth
23422342
has been added which returns the SQL clause fragments which must be evaluated by the provider itself.
23432343
- isSaveAndLoadStyleToDBSupported() was renamed to isSaveAndLoadStyleToDatabaseSupported()
23442344
- The c++ signature for uniqueValues() has changed (the PyQGIS method remains unchanged)
2345+
- addFeature and addFeatures now take an extra Flags argument dictating feature addition behavior
23452346

23462347

23472348
QgsVectorJoinInfo {#qgis_api_break_3_0_QgsVectorJoinInfo}
@@ -2471,6 +2472,7 @@ in code which previously passed a null pointer to QgsVectorFileWriter.
24712472
- writeAsVectorFormat() now takes a QgsCoordinateTransform reference, not a pointer. An invalid QgsCoordinateTransform should be used instead of a null pointer if no transformation is required.
24722473
- setSymbologyScaleDenominator() and symbologyScaleDenominator() were renamed to setSymbologyScale() and symbologyScale()
24732474
for consistency with other parts of the QGIS API.
2475+
- The addFeature which takes a renderer argument was renamed to addFeatureWithStyle.
24742476

24752477

24762478
QgsWMSLegendNode {#qgis_api_break_3_0_QgsWMSLegendNode}

0 commit comments

Comments
 (0)