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

Use qintptr in QWidget::nativeEvent on Qt 6 #4376

Merged
merged 3 commits into from
Feb 13, 2023

Conversation

Nerixyz
Copy link
Contributor

@Nerixyz Nerixyz commented Feb 13, 2023

Pull request checklist:

  • CHANGELOG.md was updated, if applicable

Description

QWidget::nativeEvent in Qt 6 takes qintptr* as its last argument (Qt 5 docs). qintptr* doesn't mix well with long*, that's why it's ifdef'd.

@pajlada pajlada enabled auto-merge (squash) February 13, 2023 20:25
@pajlada pajlada merged commit bb0b563 into Chatterino:master Feb 13, 2023
@Nerixyz Nerixyz deleted the fix/qt6-moved-header branch February 13, 2023 20:56
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