mirror of
https://git.tardis.systems/mirrors/yuzu
synced 2025-08-11 12:50:21 +02:00
clang-format.
This commit is contained in:
parent
d61c022c3c
commit
fca1cf6bf2
@ -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…
Reference in New Issue
Block a user