You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: