mirror of
https://github.com/QuasarApp/qca.git
synced 2025-05-16 12:29:33 +00:00
Spello fix, plus remove whitespace.
svn path=/trunk/kdesupport/qca/; revision=618415
This commit is contained in:
parent
8376d644ba
commit
fe9a1df241
@ -62,7 +62,7 @@ int main(int argc, char** argv)
|
||||
QCA::SecureMessage msg(&cms);
|
||||
msg.setRecipient(secMsgKey);
|
||||
|
||||
// Some plain text - we use the first comamnd line argument if provided
|
||||
// Some plain text - we use the first command line argument if provided
|
||||
QByteArray plainText = (argc >= 2) ? argv[1] : "What do ya want for nuthin'";
|
||||
|
||||
// Now use the SecureMessage object to encrypt the plain text.
|
||||
|
Loading…
x
Reference in New Issue
Block a user