Minor API updates.

svn path=/trunk/kdesupport/qca/; revision=597974
This commit is contained in:
Brad Hards 2006-10-22 08:03:49 +00:00
parent 364950b09e
commit 1a2c8cffd2

View File

@ -295,7 +295,13 @@ namespace QCA
/**
\class KeyStoreManager qca_keystore.h QtCrypto
Access keystores, and monitor keystores for changes
Access keystores, and monitor keystores for changes.
If you are looking to use this class, you probably want to
take a reference to the global KeyStoreManager, using the
QCA::keyStoreManager() function. You then need to start()
the KeyStoreManager, and either wait for the busyFinished()
signal, or block using waitForBusyFinished().
*/
class QCA_EXPORT KeyStoreManager : public QObject
{