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

View File

@ -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