4
0
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:
Justin Karneges 2007-11-01 20:23:15 +00:00
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