Edit owner trust level.
Inplace editing with a combobox if user is allowed. in app config file.
This commit is contained in:
@@ -42,6 +42,12 @@ public:
|
||||
* @return
|
||||
*/
|
||||
bool CanDelete() const;
|
||||
/**
|
||||
* Allows to edit trust in key owner. Users who don't manage private keys
|
||||
* can to that too.
|
||||
* @return
|
||||
*/
|
||||
bool CanEditOwnerTrust() const;
|
||||
/**
|
||||
* List of full private key identifiers. The user may delete these private keys.
|
||||
* Must be full keyid, short keyid or fingerprint.
|
||||
|
||||
Reference in New Issue
Block a user