Reorganize code.
Move KeyEdit::IsOurKey to Tools::IsOurKey.
This commit is contained in:
@@ -41,12 +41,6 @@ public:
|
||||
* @param keyHasSecret
|
||||
*/
|
||||
void OnOwnerTrustBlurred(WTreeTableNode * keyNode, bool keyHasSecret);
|
||||
/**
|
||||
* If the fingerprint is that of a private key we manage, returns true.
|
||||
* @param fpr
|
||||
* @return
|
||||
*/
|
||||
bool IsOurKey(const WString& fpr);
|
||||
/**
|
||||
* Shows a popup with parameters for key certification.
|
||||
* @param uidNode
|
||||
|
||||
Reference in New Issue
Block a user