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

Improve the qobject connect syntax #12

Open
filcuc opened this issue Jan 31, 2016 · 0 comments
Open

Improve the qobject connect syntax #12

filcuc opened this issue Jan 31, 2016 · 0 comments
Milestone

Comments

@filcuc
Copy link
Owner

filcuc commented Jan 31, 2016

We should support a static connect syntax that doesn't use strings.
Basically like Qt5 new connect signals
connect(sender, pointertofunction, receiver, pointertofunction) in order to have compile time checking.
Try to move some connect details to the C++ DOtherSide library in order to share some code with other bindings

@filcuc filcuc added this to the 0.5.0 milestone Jan 31, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant