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

Fix Qt 6.6 deprecation warnings #12240

Merged
merged 3 commits into from
Oct 30, 2023

Conversation

Holzhaus
Copy link
Member

No description provided.

The `qAsConst` macro was deprecated in Qt 6.6.
The deprecation warning advises to use `QColor::fromString`, but that
method is only available in Qt 6.6+. To avoid excessive ifdef'ing, we
just use the regular ctor instead.
@Holzhaus Holzhaus added this to the 2.4.0 milestone Oct 30, 2023
@JoergAtGithub
Copy link
Member

LGTM! Thank you!

@JoergAtGithub JoergAtGithub merged commit 7269f7f into mixxxdj:2.4 Oct 30, 2023
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants