-
Notifications
You must be signed in to change notification settings - Fork 77
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
cxx-qt-gen: signals as extern block #571
cxx-qt-gen: signals as extern block #571
Conversation
36566be
to
305b2f1
Compare
This doesn't remove the emit wrapper yet (even though it's pointless now). I'll rebase the other branch #556 on top of this one to do the tidy ups |
2e41095
to
d174e32
Compare
d174e32
to
24c4b20
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some more small things to sort out, but going in the right direction overall
…inherit Ensure that attributes on the extern block are empty, otherwise unsafe detection can fail. Ensure that attributes on the method as passed through, otherwise doc lines don't work. Related to KDAB#557
24c4b20
to
3c51560
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Related to #557