4
0
mirror of https://github.com/QuasarApp/qca.git synced 2025-05-14 11:29:33 +00:00

A little more API docs.

svn path=/trunk/kdesupport/qca/; revision=708108
This commit is contained in:
Brad Hards 2007-09-03 20:59:10 +00:00
parent 9864ff71f4
commit 793febc551

@ -413,6 +413,9 @@ else
protected:
/**
Create a key of the specified type
\param type the name of the type of key to create
\param provider the name of the provider to create the key in
*/
PKey(const QString &type, const QString &provider);