qt,doc: Fix typos in source code comments
-- Anonymous contribution Signed-off-by: Ingo Klöcker <dev@ingo-kloecker.de>
This commit is contained in:
parent
131384b107
commit
5c7e4d252a
@ -76,7 +76,7 @@ public:
|
||||
QVERIFY (job);
|
||||
hookUpPassphraseProvider(job);
|
||||
|
||||
// Setup the job
|
||||
// Set up the job
|
||||
job->setExportable(false);
|
||||
std::vector<unsigned int> uids;
|
||||
uids.push_back(0);
|
||||
@ -127,7 +127,7 @@ private Q_SLOTS:
|
||||
QVERIFY (job);
|
||||
hookUpPassphraseProvider(job);
|
||||
|
||||
// Setup the job
|
||||
// Set up the job
|
||||
job->setExportable(true);
|
||||
std::vector<unsigned int> uids;
|
||||
uids.push_back(0);
|
||||
@ -159,7 +159,7 @@ private Q_SLOTS:
|
||||
QVERIFY (job3);
|
||||
hookUpPassphraseProvider(job3);
|
||||
|
||||
// Setup the job
|
||||
// Set up the job
|
||||
job3->setExportable(false);
|
||||
job3->setUserIDsToSign(uids);
|
||||
job3->setSigningKey(seckey);
|
||||
@ -237,7 +237,7 @@ private Q_SLOTS:
|
||||
QVERIFY (job3);
|
||||
hookUpPassphraseProvider(job3);
|
||||
|
||||
// Setup the job
|
||||
// Set up the job
|
||||
job3->setExportable(false);
|
||||
job3->setUserIDsToSign(uids);
|
||||
job3->setSigningKey(zulu);
|
||||
@ -291,7 +291,7 @@ private Q_SLOTS:
|
||||
QVERIFY (job);
|
||||
hookUpPassphraseProvider(job);
|
||||
|
||||
// Setup the job
|
||||
// Set up the job
|
||||
job->setExportable(false);
|
||||
std::vector<unsigned int> uids;
|
||||
uids.push_back(0);
|
||||
@ -323,7 +323,7 @@ private Q_SLOTS:
|
||||
QVERIFY (job3);
|
||||
hookUpPassphraseProvider(job3);
|
||||
|
||||
// Setup the job
|
||||
// Set up the job
|
||||
job3->setExportable(false);
|
||||
job3->setUserIDsToSign(uids);
|
||||
job3->setSigningKey(seckey);
|
||||
@ -372,7 +372,7 @@ private Q_SLOTS:
|
||||
QVERIFY (job);
|
||||
hookUpPassphraseProvider(job);
|
||||
|
||||
// Setup the job
|
||||
// Set up the job
|
||||
job->setExportable(false);
|
||||
std::vector<unsigned int> uids;
|
||||
uids.push_back(0);
|
||||
@ -403,7 +403,7 @@ private Q_SLOTS:
|
||||
QVERIFY (job2);
|
||||
hookUpPassphraseProvider(job2);
|
||||
|
||||
// Setup the job
|
||||
// Set up the job
|
||||
job2->setExportable(false);
|
||||
job2->setUserIDsToSign(uids);
|
||||
job2->setSigningKey(seckey);
|
||||
@ -424,7 +424,7 @@ private Q_SLOTS:
|
||||
QVERIFY (job3);
|
||||
hookUpPassphraseProvider(job3);
|
||||
|
||||
// Setup the job
|
||||
// Set up the job
|
||||
job3->setExportable(false);
|
||||
job3->setUserIDsToSign(uids);
|
||||
job3->setSigningKey(seckey);
|
||||
|
@ -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});
|
||||
|
@ -254,7 +254,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);
|
||||
@ -309,7 +309,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);
|
||||
|
Loading…
Reference in New Issue
Block a user