diff options
Diffstat (limited to 'lang/qt/tests/t-trustsignatures.cpp')
-rw-r--r-- | lang/qt/tests/t-trustsignatures.cpp | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/lang/qt/tests/t-trustsignatures.cpp b/lang/qt/tests/t-trustsignatures.cpp index 2626096a..b4baea4e 100644 --- a/lang/qt/tests/t-trustsignatures.cpp +++ b/lang/qt/tests/t-trustsignatures.cpp @@ -83,7 +83,7 @@ private Q_SLOTS: QVERIFY(job); hookUpPassphraseProvider(job.get()); - // Setup the job + // Set up the job job->setExportable(true); job->setSigningKey(seckey); job->setTrustSignature(TrustSignatureTrust::Complete, 1, QStringLiteral("example.org")); @@ -126,7 +126,7 @@ private Q_SLOTS: QVERIFY(job); hookUpPassphraseProvider(job.get()); - // Setup the job + // Set up the job job->setExportable(true); job->setSigningKey(seckey); job->setDupeOk(true); @@ -194,7 +194,7 @@ private Q_SLOTS: QVERIFY(job); hookUpPassphraseProvider(job); - // Setup the job + // Set up the job job->setExportable(true); job->setSigningKey(seckey); job->setTrustSignature(TrustSignatureTrust::Complete, 1, QStringLiteral("example.org")); @@ -237,7 +237,7 @@ private Q_SLOTS: QVERIFY(job); hookUpPassphraseProvider(job); - // Setup the job + // Set up the job job->setExportable(true); job->setSigningKey(seckey); job->setDupeOk(true); @@ -305,7 +305,7 @@ private Q_SLOTS: QVERIFY(job); hookUpPassphraseProvider(job); - // Setup the job + // Set up the job job->setExportable(true); job->setSigningKey(seckey); job->setUserIDsToSign({0}); @@ -349,7 +349,7 @@ private Q_SLOTS: QVERIFY(job); hookUpPassphraseProvider(job); - // Setup the job + // Set up the job job->setExportable(true); job->setSigningKey(seckey); job->setDupeOk(true); @@ -417,7 +417,7 @@ private Q_SLOTS: QVERIFY(job); hookUpPassphraseProvider(job); - // Setup the job + // Set up the job job->setExportable(true); job->setSigningKey(seckey); job->setTrustSignature(TrustSignatureTrust::Complete, 1, QStringLiteral("example.org")); @@ -460,7 +460,7 @@ private Q_SLOTS: QVERIFY(job); hookUpPassphraseProvider(job); - // Setup the job + // Set up the job job->setExportable(true); job->setSigningKey(seckey); job->setUserIDsToSign({0}); |