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

change KeyChangeList from a QVector to a QList #4407

Merged
merged 1 commit into from
Oct 13, 2021

Conversation

Be-ing
Copy link
Contributor

@Be-ing Be-ing commented Oct 13, 2021

QVector and QList have been consolidated in Qt6. In Qt5,
QVector::iterator is a pointer type, so clang-tidy wants to use
auto* rather than auto. This is not an issue using QList instead;
simply using auto works.

src/track/keys.h Show resolved Hide resolved
QVector and QList have been consolidated in Qt6. In Qt5,
QVector::iterator is a pointer type, so clang-tidy wants to use
auto* rather than auto. This is not an issue using QList instead;
simply using auto works.
@Be-ing
Copy link
Contributor Author

Be-ing commented Oct 13, 2021

CI passed. Merge?

@uklotzde uklotzde merged commit 778edbf into mixxxdj:main Oct 13, 2021
@Be-ing Be-ing deleted the keyfactory_auto branch October 13, 2021 20:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants