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

Support for Qt6 #29

Merged
merged 2 commits into from
Feb 15, 2022
Merged

Support for Qt6 #29

merged 2 commits into from
Feb 15, 2022

Conversation

aa-bamboo
Copy link
Contributor

No description provided.

return 0;
return { };
Copy link
Owner

Choose a reason for hiding this comment

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

Thanks @aa-bamboo for your pull request.

I haven't done Qt in a long time. Will this change still be backward-compatible with Qt5?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes. It works in Qt5.15 which I have tested too.
It depends on CPP standard, not on Qt version.
Unified initializers were added in CPP11 standard.

Copy link
Owner

Choose a reason for hiding this comment

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

Awesome! Thanks 🥇

@roniemartinez roniemartinez merged commit 2d60608 into roniemartinez:master Feb 15, 2022
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.

2 participants