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

Qt/PathPane: Add missing options #6693

Merged
merged 1 commit into from Apr 27, 2018

Conversation

spycrab
Copy link
Contributor

@spycrab spycrab commented Apr 25, 2018

Fixes issue #11020.

m_dump_edit = new QLineEdit(QString::fromStdString(SConfig::GetInstance().m_DumpPath));
connect(m_dump_edit, &QLineEdit::editingFinished,
[=] { SConfig::GetInstance().m_DumpPath = m_dump_edit->text().toStdString(); });
QPushButton* dump_open = new QPushButton;

This comment was marked as off-topic.

This comment was marked as off-topic.

@leoetlino leoetlino merged commit 3b70da2 into dolphin-emu:master Apr 27, 2018
@spycrab spycrab deleted the qt_missing_paths branch April 27, 2018 21:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants