mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-02-06 09:44:59 -05:00
clang-format.
This commit is contained in:
parent
d61c022c3c
commit
fca1cf6bf2
1 changed files with 3 additions and 3 deletions
|
@ -4298,9 +4298,9 @@ void GMainWindow::OnInstallDecryptionKeys() {
|
|||
return;
|
||||
}
|
||||
|
||||
const QString key_source_location =
|
||||
QFileDialog::getOpenFileName(this, tr("Select Dumped Keys Location"), {},
|
||||
QStringLiteral("prod.keys (prod.keys)"), {}, QFileDialog::ReadOnly);
|
||||
const QString key_source_location = QFileDialog::getOpenFileName(
|
||||
this, tr("Select Dumped Keys Location"), {}, QStringLiteral("prod.keys (prod.keys)"), {},
|
||||
QFileDialog::ReadOnly);
|
||||
if (key_source_location.isEmpty()) {
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue