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

Qt 6.8 compatibility #91

Merged
merged 5 commits into from
Nov 22, 2024
Merged

Qt 6.8 compatibility #91

merged 5 commits into from
Nov 22, 2024

Conversation

mappu
Copy link
Owner

@mappu mappu commented Nov 22, 2024

Fixes: #84

  • Change operator== handling
    • Checked on godbolt.org that *this syntax does not cause a struct copy as long as the operator== takes by reference
  • Exceptions update for Qt 6.8 (only one function needed changing)
  • Add Qt 6.8 docker container
  • Change CI test from 6.7 to 6.8

@mappu mappu merged commit 45db3c6 into master Nov 22, 2024
10 checks passed
@mappu mappu deleted the miqt-qt68 branch November 22, 2024 07:20
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.

Qt6.8 remove operator== for many class
1 participant