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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
const QString key_source_location =
|
const QString key_source_location = QFileDialog::getOpenFileName(
|
||||||
QFileDialog::getOpenFileName(this, tr("Select Dumped Keys Location"), {},
|
this, tr("Select Dumped Keys Location"), {}, QStringLiteral("prod.keys (prod.keys)"), {},
|
||||||
QStringLiteral("prod.keys (prod.keys)"), {}, QFileDialog::ReadOnly);
|
QFileDialog::ReadOnly);
|
||||||
if (key_source_location.isEmpty()) {
|
if (key_source_location.isEmpty()) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue