We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 3572be9 commit ed2f056Copy full SHA for ed2f056
doc/api_break.dox
@@ -1176,6 +1176,8 @@ QgsEditorWidgetWrapper {#qgis_api_break_3_0_QgsEditorWidgetWrapper}
1176
1177
- constraintStatusChanged now reports a QgsEditorWidgetWrapper::ConstraintResult instead of the previous boolean value for the constraint status
1178
- 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()`.
1181
1182
1183
QgsExpression {#qgis_api_break_3_0_QgsExpression}
0 commit comments