diff options
Diffstat (limited to '')
-rw-r--r-- | src/gpg/function/GpgKeyOpera.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpg/function/GpgKeyOpera.h b/src/gpg/function/GpgKeyOpera.h index 06ca26bd..a635084d 100644 --- a/src/gpg/function/GpgKeyOpera.h +++ b/src/gpg/function/GpgKeyOpera.h @@ -36,7 +36,7 @@ public: void DeleteKeys(KeyIdArgsListPtr uid_list); void SetExpire(const GpgKey &key, std::unique_ptr<GpgSubKey> &subkey, - std::unique_ptr<QDateTime> &expires); + std::unique_ptr<boost::gregorian::date> &expires); void GenerateRevokeCert(const GpgKey &key, const std::string &output_file_name); |