diff options
Diffstat (limited to 'lang/qt/tests/t-import.cpp')
-rw-r--r-- | lang/qt/tests/t-import.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/qt/tests/t-import.cpp b/lang/qt/tests/t-import.cpp index 79edf4d1..1c0040c9 100644 --- a/lang/qt/tests/t-import.cpp +++ b/lang/qt/tests/t-import.cpp @@ -143,7 +143,7 @@ private Q_SLOTS: "-----END PGP PUBLIC KEY BLOCK-----\n"; auto *job = openpgp()->importJob(); - job->setImportOptions(QLatin1String{"show-only"}); + job->setImportOptions({QStringLiteral("show-only")}); connect(job, &ImportJob::result, this, [this](ImportResult result, QString, Error) { |