Refractor some identifiers to be more meaningful.

m_popupUid -> m_popupCertifyUid
CertifyKey() -> EditUidValidity()
This commit is contained in:
SET
2020-11-22 14:28:52 +01:00
parent 110e5e4fb3
commit 6f15ab4d06
2 changed files with 26 additions and 26 deletions

View File

@@ -39,7 +39,7 @@ private:
virtual ~KeyEdit();
K7Main * m_owner;
PopupCertifyUserId * m_popupUid;
PopupCertifyUserId * m_popupCertifyUid;
WString m_targetUidValidityKeyFpr;
PopupExpiryTime * m_popupExpiryTime;
@@ -57,7 +57,7 @@ private:
* @param keyHasSecret
*/
void FillOwnerTrustCombo(WComboBox * cmb, bool keyHasSecret);
void CertifyKey();
void EditUidValidity();
void SetExpiryTime();
void AddOrRevokeUid();