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

cxx-qt-gen: remove support for cxx_type and cxx_return_type #554

Merged
merged 3 commits into from
May 29, 2023

Conversation

ahayzen-kdab
Copy link
Collaborator

These aren't needed anymore as most Qt types are trivial.
This prevents us directly binding to things like signal later.
And these can all be worked around in C++ with proxies.

Closes #289

These aren't needed anymore as most Qt types are trivial.
This prevents us directly binding to things like signal later.
And these can all be worked around in C++ with proxies.

Closes KDAB#289
Copy link
Collaborator

@LeonMatthesKDAB LeonMatthesKDAB left a comment

Choose a reason for hiding this comment

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

LGTM

@ahayzen-kdab ahayzen-kdab merged commit 4de28a3 into KDAB:main May 29, 2023
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.

Consider if cxx_type and return_cxx_type are still required
2 participants