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: Move wiimote controller ui logic to its own widget #9468

Merged
merged 1 commit into from Jan 27, 2021

Conversation

iwubcode
Copy link
Contributor

Pulled from #8823 to make it easier to merge

Should have no functional or visual changes

m_wiimote_layout->addWidget(m_wiimote_continuous_scanning, continuous_scanning_row, 0, 1, 3);
m_wiimote_layout->addWidget(m_wiimote_refresh, continuous_scanning_row, 3);

auto* layout = new QVBoxLayout;
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This layout block is the only difference from the current code

@leoetlino
Copy link
Member

Not sure making those commits/PRs at the same time was a good idea because of conflicts :P

This needs to be rebased now that #9466 has been merged.

@iwubcode
Copy link
Contributor Author

iwubcode commented Jan 27, 2021

Probably not, haha!

Updated @leoetlino , thanks! I'll clean up #9467 after this is merged

@leoetlino leoetlino merged commit 920dd81 into dolphin-emu:master Jan 27, 2021
10 checks passed
@iwubcode iwubcode deleted the wiimote_controllers_widget branch January 28, 2021 05:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants