4
0
mirror of https://github.com/QuasarApp/qca.git synced 2025-05-03 06:39:33 +00:00

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

@ -2045,7 +2045,7 @@ public:
\param provider the provider to use, if a specific provider is \param provider the provider to use, if a specific provider is
required required
*/ */
CertificateAuthority(const Certificate &cert, const PrivateKey &key, const QString &provider = QString()); CertificateAuthority(const Certificate &cert, const PrivateKey &key, const QString &provider);
/** /**
Copy constructor Copy constructor