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

WIP: cxx-qt-gen: pass through signals directly #615

Closed

Conversation

ahayzen-kdab
Copy link
Collaborator

Although not sure it's worth the gain as we still need to generate the other methods from the same info.

Related to #559

Requires #614

#(#attrs)*
#[rust_name = #signal_name_rust_str]
#unsafe_call fn #signal_name_cpp(self: #self_type, #(#parameters),*);
#[cxx_name = #signal_name_cpp_str]
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not sure this is worth the gain, as we still need to generate the other methods.

Something to consider later after the API shifts are complete.

@ahayzen-kdab
Copy link
Collaborator Author

#667 does this instead

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant