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

DolphinQt: Fix crash after removing extra patch line #9320

Merged
merged 1 commit into from
Dec 14, 2020

Conversation

JosJuice
Copy link
Member

No description provided.


const auto it =
std::remove_if(m_edits.begin(), m_edits.end(), [offset, value](QLineEdit* line_edit) {
return line_edit == offset || line_edit == value;
Copy link
Contributor

Choose a reason for hiding this comment

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

With #9308, this will need to include the comparand as well.

@leoetlino leoetlino merged commit 2c2ec16 into dolphin-emu:master Dec 14, 2020
@JosJuice JosJuice deleted the remove-patch-crash branch December 14, 2020 23:04
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants