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

Add generated bindings for Qt 5.15 #183

Merged
merged 2 commits into from
Feb 2, 2024
Merged

Add generated bindings for Qt 5.15 #183

merged 2 commits into from
Feb 2, 2024

Conversation

usiems
Copy link
Contributor

@usiems usiems commented Jan 30, 2024

Generated bindings for Qt 5.15.

It is somewhat hard to compare the generated code with the previous version, since we changed some general things (override instead of virtual), and because new classes push later classes to different header files. At a cursory inspection everything seems ok, though some generated methods may have been dropped (e.g. because they are inherited from a base class). Ah yes, and QRegularExpression is now a builtin type instead of QRegExp.

If you notice something is missing relative to Qt 5.11, please notify me.

@usiems usiems merged commit 52d74fe into master Feb 2, 2024
17 checks passed
@usiems usiems deleted the add_5.15_bindings branch February 2, 2024 16:25
@he-hesce
Copy link
Contributor

he-hesce commented Feb 2, 2024

Please tag an release candidate 2 on this master branch commit.

@usiems
Copy link
Contributor Author

usiems commented Feb 2, 2024

Done.

@he-hesce
Copy link
Contributor

he-hesce commented Feb 2, 2024

thanks.

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.

3 participants