Skip to content

Commit

Permalink
document api break
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Feb 7, 2018
1 parent 0885414 commit dd7c168
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/api_break.dox
Expand Up @@ -1181,7 +1181,7 @@ and the new ramp can be retrieved after executing the dialog by calling ramp().
QgsGraduatedSymbolRenderer {#qgis_api_break_3_0_QgsGraduatedSymbolRenderer}
--------------------------

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


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


QgsVectorLayerEditBuffer {#qgis_api_break_3_0_QgsVectorLayerEditBuffer}
Expand Down

0 comments on commit dd7c168

Please sign in to comment.