Skip to content

Fix warning: use Result from call to <property>_changed

!239 (merged) introduced a warning accidentally, this fixes it.

The Result from the call to <property>_changed in property setters was being ignored.

With this MR, if the signal emission fails for some reason, that error will be propagated to the setter.

If the signal emission succeeds, the Ok value from the setter is left unchanged.

Sorry for the trouble!

Merge request reports