remove default argument, for forwards compat with 2.0.0. we'll put this

back in 2.1

svn path=/trunk/kdesupport/qca/; revision=800344
This commit is contained in:
Justin Karneges 2008-04-23 23:01:57 +00:00
parent 3c19274329
commit 36a080bc6e

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 = QString());
CertificateAuthority(const Certificate &cert, const PrivateKey &key, const QString &provider);
/**
Copy constructor