mirror of
https://github.com/QuasarApp/qca.git
synced 2025-04-26 19:44:32 +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:
parent
3c19274329
commit
36a080bc6e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user