diff options
Diffstat (limited to '')
| -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; | 
