-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
WIP: Qt6 transition #10267
base: develop
Are you sure you want to change the base?
WIP: Qt6 transition #10267
Conversation
There is still lot to fix. One main headache is related to how QByteArray's are handled in Qt6:
The easiest way to deal this is to replace |
If we need to convert a non-string byte array (as in actual raw bytes) to qstring for comparison or printing, then we should convert it to hex or base64 first. Ideally we would just compare with the desired bytestring though. |
|
Is this still gradually moving or got stuck? |
Want to merge other major refactoring first |
any work that can be carved off here into other tickets?, I'm willing to submit PRs, failing tests, etc. |
I think its the CMake cleanup first, then this one. Wrapping up 2.7.10 development first which should carry us through next year for 2.8.0. Gotta do all this prep to work on the big new features like entry layouts and FIDO auth. |
Transition to Qt6. A work in progress. Continues the work from: #7783
Fixes #7774.
TODO:
Tests failing locally:
Type of change