Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trait impl for references doesn't work (impl X for &MyObject) #374

Closed
LeonMatthesKDAB opened this issue Dec 7, 2022 · 1 comment
Closed
Labels
🪲 bug Something isn't working 🙋 good first issue Good for newcomers ❌ wontfix This will not be worked on

Comments

@LeonMatthesKDAB
Copy link
Collaborator

We're currently scanning that every impl or impl ... 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.

@LeonMatthesKDAB LeonMatthesKDAB added 🪲 bug Something isn't working 🙋 good first issue Good for newcomers labels Dec 7, 2022
@LeonMatthesKDAB LeonMatthesKDAB added the ❌ wontfix This will not be worked on label Jul 12, 2023
@LeonMatthesKDAB
Copy link
Collaborator Author

This also should no longer be necessary with #555

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🪲 bug Something isn't working 🙋 good first issue Good for newcomers ❌ wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant