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 std::next on iterators #4402

Merged
merged 1 commit into from
Oct 13, 2021
Merged

use std::next on iterators #4402

merged 1 commit into from
Oct 13, 2021

Conversation

Be-ing
Copy link
Contributor

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

operator+ has been removed from QHash iterators in Qt6. It was readded
in Qt 6.2 with a deprecation warning saying to use std::next instead.

operator+ has been removed from QHash iterators in Qt6. It was readded
in Qt 6.2 with a deprecation warning saying to use std::next instead.
@github-actions github-actions bot added the ui label Oct 13, 2021
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.

@daschuer daschuer merged commit 905f962 into mixxxdj:main Oct 13, 2021
@Be-ing Be-ing deleted the std_next branch October 13, 2021 13:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants