clang-format.

This commit is contained in:
Andrew Pilley 2024-02-19 15:39:58 +11:00
parent d61c022c3c
commit fca1cf6bf2

View file

@ -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;
}