SVN_SILENT: style fixes
svn path=/trunk/KDE/kdelibs/; revision=1026383
This commit is contained in:
parent
66fb9378c0
commit
2590b21978
@ -277,6 +277,7 @@ QDataStream &operator>>(QDataStream &in, Credentials &myObj)
|
||||
myObj.d->privateKey = QCA::PrivateKey::fromPEM(privateKeyString,
|
||||
QByteArray(), &conversionResult);
|
||||
}
|
||||
|
||||
if (!publicKeyString.isEmpty()) {
|
||||
myObj.d->publicKey = QCA::PublicKey::fromPEM(publicKeyString, &conversionResult);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user