Unable to reference auto-generated qproperty flags in another flag #1232
Labels
⏮️ backport-candidate
Change which could be backported to the stable series
🪲 bug
Something isn't working
Currently, this does not work:
However, the
number_changed
signal is being generated by thenumber
property.This sounds like an issue with name resolution, as the generated values are being added too late.
We got feedback from the training yesterday that this is pretty unexpected, especially as you can use the signal outside the bridge, and it is also an error to declare your own signal with that same name.
The text was updated successfully, but these errors were encountered: