Skip to content

Commit dd7c168

Browse files
committed
document api break
1 parent 0885414 commit dd7c168

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
@@ -1181,7 +1181,7 @@ and the new ramp can be retrieved after executing the dialog by calling ramp().
11811181
QgsGraduatedSymbolRenderer {#qgis_api_break_3_0_QgsGraduatedSymbolRenderer}
11821182
--------------------------
11831183

1184-
- getDataValues() has been removed - use QgsVectorLayer::getDoubleValues() instead
1184+
- getDataValues() has been removed - use QgsVectorLayerUtils::getDoubleValues() instead
11851185

11861186

11871187
QgsGraduatedSymbolRenderer {#qgis_api_break_3_0_QgsGraduatedSymbolRendererWidget}
@@ -2457,6 +2457,7 @@ displayExpression instead. For the map tip use mapTipTemplate() instead.
24572457
- pendingAllAttributesList() was dropped. Use allAttributes() instead.
24582458
- pendingPkAttributesList() and pkAttributeList() were dropped. Use primaryKeyAttributes() instead.
24592459
- pendingFeatureCount() was dropped. Use featureCount() instead.
2460+
- getValues() and getDoubleValues() functions moved to QgsVectorLayerUtils.
24602461

24612462

24622463
QgsVectorLayerEditBuffer {#qgis_api_break_3_0_QgsVectorLayerEditBuffer}

0 commit comments

Comments
 (0)