Trait impl for references doesn't work (impl X for &MyObject
)
#374
Labels
🪲 bug
Something isn't working
🙋 good first issue
Good for newcomers
❌ wontfix
This will not be worked on
We're currently scanning that every
impl
orimpl ... for
block implements something on a QObject.Our parser however disables implementing something on the reference of a QObject.
So check what's necessary to allow this.
The text was updated successfully, but these errors were encountered: