mirror of
https://github.com/QuasarApp/qca.git
synced 2025-05-07 08:19:33 +00:00
Minor API updates.
svn path=/trunk/kdesupport/qca/; revision=597974
This commit is contained in:
parent
364950b09e
commit
1a2c8cffd2
@ -295,7 +295,13 @@ namespace QCA
|
|||||||
/**
|
/**
|
||||||
\class KeyStoreManager qca_keystore.h QtCrypto
|
\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
|
class QCA_EXPORT KeyStoreManager : public QObject
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user