Skip to content

Commit ed2f056

Browse files
committedJan 5, 2018
Document API break
1 parent 3572be9 commit ed2f056

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
@@ -1176,6 +1176,8 @@ QgsEditorWidgetWrapper {#qgis_api_break_3_0_QgsEditorWidgetWrapper}
11761176

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

11801182

11811183
QgsExpression {#qgis_api_break_3_0_QgsExpression}

0 commit comments

Comments
 (0)
Please sign in to comment.