-
Notifications
You must be signed in to change notification settings - Fork 78
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: initial preparation for closures in signals #690
cxx-qt-gen: initial preparation for closures in signals #690
Conversation
f71c81a
to
f079478
Compare
f079478
to
c408466
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.
I think we can hide some of our implementation detail in our public documentation.
Apart from that mostly nitpicks. Overall direction is sane :)
242066e
to
93401b6
Compare
93401b6
to
7ea098c
Compare
7ea098c
to
8d0768b
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.
I'd just adjust the re-export of static_assertions a bit.
Rest looks good. :)
Feel free to approve yourself once that's done.
This allows us to add includes later to the struct. Related to KDAB#595
This allows us later to query for more than just the qualified mappings, eg the namespace.
This allows for FnMut to be used for signals later. Related to KDAB#595
This allows for CxxQtSignalHandler to have it's size and align checked by cxx-qt-gen.
8d0768b
to
892bf5a
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 #595
This is the first commits from #681