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

Port away from deprecated API in Qt 6.6: QColor::setNamedColor #337

Merged
merged 1 commit into from
Jul 4, 2024

Conversation

dfaure-kdab
Copy link
Contributor

The replacement, QColor::fromString() exists since Qt 6.4.

@dfaure-kdab dfaure-kdab force-pushed the wip/dfaure/qt6.6 branch 2 times, most recently from 92595e3 to b5e2e05 Compare July 3, 2024 14:03
@dfaure-kdab
Copy link
Contributor Author

@dantti what's with the mac CI? It seems to mix up arm64 and x64, can't be related to this change....

@dantti
Copy link
Member

dantti commented Jul 3, 2024

hmm that's a known issue I had to deal with on other repos, GitHub now has AppleSilicon workers, so we need to say CMAKE_MACOS_ARCH='x86_64' for Qt5 since there was no open source arm support for mac., will do another PR to fix this...

The replacement, QColor::fromString() exists since Qt 6.4.
@dantti dantti merged commit db36c65 into QtExcel:master Jul 4, 2024
27 checks passed
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