diff options
Diffstat (limited to 'Source/Core/DolphinQt/RiivolutionBootWidget.cpp')
| -rw-r--r-- | Source/Core/DolphinQt/RiivolutionBootWidget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DolphinQt/RiivolutionBootWidget.cpp b/Source/Core/DolphinQt/RiivolutionBootWidget.cpp index 59d8949728..aedb42c903 100644 --- a/Source/Core/DolphinQt/RiivolutionBootWidget.cpp +++ b/Source/Core/DolphinQt/RiivolutionBootWidget.cpp @@ -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()) |
