From 1a2c8cffd273df1eca3e2988998070acaf34a702 Mon Sep 17 00:00:00 2001 From: Brad Hards Date: Sun, 22 Oct 2006 08:03:49 +0000 Subject: [PATCH] Minor API updates. svn path=/trunk/kdesupport/qca/; revision=597974 --- include/QtCrypto/qca_keystore.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/include/QtCrypto/qca_keystore.h b/include/QtCrypto/qca_keystore.h index 643ca602..13f8d304 100644 --- a/include/QtCrypto/qca_keystore.h +++ b/include/QtCrypto/qca_keystore.h @@ -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 {