29 #ifndef GPGFRONTEND_KEYSETEXPIREDATEDIALOG_H
30 #define GPGFRONTEND_KEYSETEXPIREDATEDIALOG_H
32 #include "core/GpgContext.h"
33 #include "core/model/GpgKey.h"
34 #include "core/model/GpgSubKey.h"
35 #include "ui/GpgFrontendUI.h"
36 #include "ui/dialog/GeneralDialog.h"
38 class Ui_ModifiedExpirationDateTime;
52 QWidget* parent =
nullptr);
62 QWidget* parent =
nullptr);
69 void SignalKeyExpireDateUpdated();
78 std::shared_ptr<Ui_ModifiedExpirationDateTime> ui_;
80 const SubkeyId m_subkey_;
Definition: GeneralDialog.h:35
Definition: KeySetExpireDateDialog.h:42
KeySetExpireDateDialog(const KeyId &key_id, QWidget *parent=nullptr)
Construct a new Key Set Expire Date Dialog object.
Definition: KeySetExpireDateDialog.cpp:41
void slot_non_expired_checked(int state)
Definition: KeySetExpireDateDialog.cpp:140
Definition: FileReadTask.cpp:31