mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-18 23:11:48 +00:00
Source: Remove redundant lambda parameter lists
This commit is contained in:
parent
95f6c76713
commit
ca8f9b672b
54 changed files with 108 additions and 111 deletions
|
@ -186,7 +186,7 @@ void RiivolutionBootWidget::MakeGUIForParsedFile(std::string path, std::string r
|
|||
xml_root_layout->addWidget(xml_root_line_edit, 0);
|
||||
xml_root_layout->addWidget(xml_root_open, 0);
|
||||
disc_layout->addLayout(xml_root_layout);
|
||||
connect(xml_root_open, &QPushButton::clicked, this, [this, xml_root_line_edit, disc_index]() {
|
||||
connect(xml_root_open, &QPushButton::clicked, this, [this, xml_root_line_edit, disc_index] {
|
||||
QString dir = QDir::toNativeSeparators(QFileDialog::getExistingDirectory(
|
||||
this, tr("Select the Virtual SD Card Root"), xml_root_line_edit->text()));
|
||||
if (!dir.isEmpty())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue