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 partially broken filters on Qt 6 #4702

Merged
merged 2 commits into from
Jun 24, 2023

Conversation

Nerixyz
Copy link
Contributor

@Nerixyz Nerixyz commented Jun 24, 2023

Description

As mentioned in #4700, this fixes comparing filter expressions and creating string lists on Qt 6. In Qt 6, QVariant got some changes. Mainly, QVariant::Type is deprecated and QMetaType::Type should be used. This isn't backwards compatible to Qt 5.


Maybe tests should run on Qt 6 as well?

@pajlada pajlada merged commit 44cc1e2 into Chatterino:master Jun 24, 2023
14 checks passed
@Nerixyz Nerixyz deleted the fix/qt6-filters branch June 24, 2023 20:45
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.

None yet

2 participants