mirror of
https://github.com/QuasarApp/qca.git
synced 2025-05-03 06:39:33 +00:00
provider should have a default value
svn path=/trunk/kdesupport/qca/; revision=731776
This commit is contained in:
parent
bf983715d3
commit
f661fb638b
@ -2045,7 +2045,7 @@ public:
|
||||
\param provider the provider to use, if a specific provider is
|
||||
required
|
||||
*/
|
||||
CertificateAuthority(const Certificate &cert, const PrivateKey &key, const QString &provider);
|
||||
CertificateAuthority(const Certificate &cert, const PrivateKey &key, const QString &provider = QString());
|
||||
|
||||
/**
|
||||
Copy constructor
|
||||
|
Loading…
x
Reference in New Issue
Block a user