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

Avoid deprecated QFlags constructor #6

Merged
merged 1 commit into from
Jun 11, 2024

Conversation

messmerd
Copy link
Contributor

QFlags(0) has been deprecated since Qt 5.15. This PR helps allow the upgrade to Qt 5.15 on Linux.

QFlags<E>(0) has been deprecated since Qt 5.15
@messmerd
Copy link
Contributor Author

@lukas-w If this PR looks good to you, please feel free to merge

@lukas-w lukas-w merged commit 5337eef into lukas-w:master Jun 11, 2024
@messmerd messmerd deleted the fix-qt-deprecated-constructor branch June 11, 2024 06:19
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