mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-12-03 05:44:45 -05:00
Add ConnectFriendWizard improvement.
Add cert details in friendCertCleanLabel tooltip. Use qss for background color of friendCertCleanLabel. Add Known IP in final view.
This commit is contained in:
parent
e8b97405b9
commit
a072b151f5
7 changed files with 57 additions and 36 deletions
|
|
@ -887,7 +887,7 @@ public:
|
|||
// Certificate utils
|
||||
virtual bool cleanCertificate(
|
||||
const std::string& certstr, std::string& cleanCert,
|
||||
bool& is_short_format, uint32_t& error_code ) = 0;
|
||||
bool& is_short_format, uint32_t& error_code, RsPeerDetails& details) = 0;
|
||||
virtual std::string saveCertificateToString(const RsPeerId &id) = 0;
|
||||
|
||||
virtual bool signGPGCertificate(const RsPgpId &gpg_id,const std::string& gpg_passphrase) = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue