diff options
Diffstat (limited to 'src/ui/dialog/keypair_details/KeyUIDSignDialog.h')
-rw-r--r-- | src/ui/dialog/keypair_details/KeyUIDSignDialog.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ui/dialog/keypair_details/KeyUIDSignDialog.h b/src/ui/dialog/keypair_details/KeyUIDSignDialog.h index aec6e397..326321a0 100644 --- a/src/ui/dialog/keypair_details/KeyUIDSignDialog.h +++ b/src/ui/dialog/keypair_details/KeyUIDSignDialog.h @@ -45,7 +45,7 @@ class KeyUIDSignDialog : public GeneralDialog { * @param uid * @param parent */ - explicit KeyUIDSignDialog(const GpgKey& key, UIDArgsListPtr uid, + explicit KeyUIDSignDialog(int channel, const GpgKey& key, UIDArgsListPtr uid, QWidget* parent = nullptr); signals: @@ -56,6 +56,7 @@ class KeyUIDSignDialog : public GeneralDialog { void SignalKeyUIDSignUpdate(); private: + int current_gpg_context_channel_; KeyList* m_key_list_; ///< QPushButton* sign_key_button_; ///< QDateTimeEdit* expires_edit_; ///< |