Skip to content

Commit

Permalink
Document API break
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Jan 5, 2018
1 parent 3572be9 commit ed2f056
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/api_break.dox
Expand Up @@ -1176,6 +1176,8 @@ QgsEditorWidgetWrapper {#qgis_api_break_3_0_QgsEditorWidgetWrapper}

- constraintStatusChanged now reports a QgsEditorWidgetWrapper::ConstraintResult instead of the previous boolean value for the constraint status
- The boolean constraintValid argument for updateConstraintWidgetStatus has been changed to a QgsEditorWidgetWrapper::ConstraintResult value
- All `valueChanged( value )` slots have been removed. Use `emit valueChanged( value )` instead.
- The `valueChanged()` slot has been renamed to `emitValueChanged()`.


QgsExpression {#qgis_api_break_3_0_QgsExpression}
Expand Down

0 comments on commit ed2f056

Please sign in to comment.