Skip to content

change KeyChangeList from a QVector to a QList#4407

Merged
uklotzde merged 1 commit intomixxxdj:mainfrom
Be-ing:keyfactory_auto
Oct 13, 2021
Merged

change KeyChangeList from a QVector to a QList#4407
uklotzde merged 1 commit intomixxxdj:mainfrom
Be-ing:keyfactory_auto

Conversation

@Be-ing
Copy link
Copy Markdown
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.

Comment thread src/track/keys.h
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
Copy Markdown
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