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

Add missing <Qt> include in defs.h #11348

Merged
merged 1 commit into from
Mar 10, 2023

Conversation

fwcd
Copy link
Member

@fwcd fwcd commented Mar 9, 2023

Clangd complained about this one and since it is good style not to rely on implicit/transitive includes, this branch explicitly adds the corresponding header.

Note that <Qt>, which is effectively an alias for <qnamespace.h>, is the canonical header for Qt::Key and Qt::Modifier: https://doc.qt.io/qt-6/qt.html

Copy link
Member

@daschuer daschuer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, Thank you. Waiting for CI.

@fwcd
Copy link
Member Author

fwcd commented Mar 10, 2023

Should be ready to go

@daschuer daschuer merged commit ceaedb8 into mixxxdj:main Mar 10, 2023
@fwcd fwcd deleted the fix-missing-defs-include branch March 10, 2023 21:20
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