Skip to content

Commit

Permalink
fix FieldFormatter in pi_break.dox
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Mar 14, 2017
1 parent 85776a1 commit afdbf1b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/api_break.dox
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -1153,9 +1153,9 @@ QgsEditorWidgetFactory {#qgis_api_break_3_0_QgsEditorWidgetFactory}
- `writeConfig` has been removed. The configuration is read and written - `writeConfig` has been removed. The configuration is read and written
from and to a QVariantMap automatically. from and to a QVariantMap automatically.
- `representValue` has been removed. Use QgsFieldFormatter::representValue() instead - `representValue` has been removed. Use QgsFieldFormatter::representValue() instead
- `sortValue` has been removed. Use QgsFieldFormatter::representValue() instead - `sortValue` has been removed. Use QgsFieldFormatter::sortValue() instead
- `alignmentFlag` has been removed. Use QgsFieldFormatter::representValue() instead - `alignmentFlag` has been removed. Use QgsFieldFormatter::alignmentFlag() instead
- `createCache` has been removed. Use QgsFieldFormatter::representValue() instead - `createCache` has been removed. Use QgsFieldFormatter::createCache() instead




QgsFeedback {#qgis_api_break_3_0_QgsFeedback} QgsFeedback {#qgis_api_break_3_0_QgsFeedback}
Expand Down

0 comments on commit afdbf1b

Please sign in to comment.