diff options
Diffstat (limited to 'src/core/model/GpgKeyGenerateInfo.h')
-rw-r--r-- | src/core/model/GpgKeyGenerateInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/model/GpgKeyGenerateInfo.h b/src/core/model/GpgKeyGenerateInfo.h index 0f3f2d70..54ec5a29 100644 --- a/src/core/model/GpgKeyGenerateInfo.h +++ b/src/core/model/GpgKeyGenerateInfo.h @@ -358,7 +358,7 @@ class GPGFRONTEND_CORE_EXPORT KeyGenerateInfo { QString comment_; ///< KeyAlgo algo_; ///< - QDateTime expired_ = QDateTime::currentDateTime().addYears(2); + QDateTime expired_; bool non_expired_ = false; ///< bool no_passphrase_ = false; ///< |