diff options
author | saturneric <[email protected]> | 2024-10-26 13:43:14 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-10-26 13:43:14 +0000 |
commit | 24c28eb752aa611dd1670f3fa7ab6b358b052f1b (patch) | |
tree | 6a4f9af003fa4a86b7d7e29a965e37a231951092 /src/ui/dialog/keypair_details/KeyUIDSignDialog.h | |
parent | fix: thread concurrent crash issue (diff) | |
download | GpgFrontend-24c28eb752aa611dd1670f3fa7ab6b358b052f1b.tar.gz GpgFrontend-24c28eb752aa611dd1670f3fa7ab6b358b052f1b.zip |
fix: test basic operations of multi key db and solve issues
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_; ///< |