Show status info for key, uid and signature, in tooltips.
Status like IsExpired, IsInvalid ...
This commit is contained in:
6
Tools.h
6
Tools.h
@@ -38,6 +38,12 @@ public:
|
||||
*/
|
||||
static int ToInt(const string& s);
|
||||
|
||||
static WString TexttualBool(bool value);
|
||||
|
||||
static WString GetKeyStatus(const GpgME::Key& k);
|
||||
static WString GetUidStatus(const GpgME::UserID& uid);
|
||||
static WString GetSigStatus(const GpgME::UserID::Signature& sig);
|
||||
|
||||
private:
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user