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 QEnterEvent for QWidget::enterEvent on Qt 6 #4365

Merged
merged 2 commits into from
Feb 11, 2023

Conversation

Nerixyz
Copy link
Contributor

@Nerixyz Nerixyz commented Feb 11, 2023

Pull request checklist:

  • CHANGELOG.md was updated, if applicable

Description

Qt 6 changed the argument type for QWidget::enterEvent from QEvent to QEnterEvent. I don't think this event is ever used other than passing it on.

This also removes the virtual keyword on some declarations as it's unnecessary as override is present.

@pajlada pajlada merged commit 5179567 into Chatterino:master Feb 11, 2023
@Nerixyz Nerixyz deleted the fix/qt-6-stuff branch February 11, 2023 17:13
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