diff options
| author | Andre Heinecke <[email protected]> | 2017-01-02 13:03:08 +0000 | 
|---|---|---|
| committer | Andre Heinecke <[email protected]> | 2017-01-02 13:05:06 +0000 | 
| commit | ececfd5de81f1851943be7b284b672d5b02aceb4 (patch) | |
| tree | 9c0b286dfbd1609b2cf736d15e14d43772801fea /lang/qt/src/cryptoconfig.h | |
| parent | core: Always use runtime for gpgconf changes (diff) | |
| download | gpgme-ececfd5de81f1851943be7b284b672d5b02aceb4.tar.gz gpgme-ececfd5de81f1851943be7b284b672d5b02aceb4.zip | |
qt: Update config sync doc / comment
* lang/qt/src/cryptoconfig.h (CryptoConfig::sync): Document
that runtime option is always set.
* lang/qt/Src/qgpgmenewcryptoconfig.cpp
(QGpgMENewCryptoConfigComponent::sync): Remove outdated comment
and warn on error.
Diffstat (limited to 'lang/qt/src/cryptoconfig.h')
| -rw-r--r-- | lang/qt/src/cryptoconfig.h | 5 | 
1 files changed, 2 insertions, 3 deletions
| diff --git a/lang/qt/src/cryptoconfig.h b/lang/qt/src/cryptoconfig.h index c3f0c7e3..452bfbb1 100644 --- a/lang/qt/src/cryptoconfig.h +++ b/lang/qt/src/cryptoconfig.h @@ -379,9 +379,8 @@ public:      /**       * Write back changes       * -     * @param runtime If this option is set, the changes will take effect at run-time, as -     * far as this is possible.  Otherwise, they will take effect at the next -     * start of the respective backend programs. +     * @param runtime this parameter is ignored. Changes will always +     * be made with --runtime set.       */      virtual void sync(bool runtime) = 0; | 
