mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-22 06:09:09 -04:00
improved the logic of certificate handling in UI
This commit is contained in:
parent
5270459a5c
commit
c3c171125d
7 changed files with 58 additions and 67 deletions
|
@ -47,27 +47,25 @@ public:
|
|||
virtual QString helpText() const { return ""; } //MainPage
|
||||
|
||||
private slots:
|
||||
void certContextMenu(QPoint);
|
||||
#ifdef DEAD_CODE
|
||||
void certContextMenu(QPoint);
|
||||
#endif
|
||||
void updateOwnCert();
|
||||
void updateCertificate();
|
||||
void runEmailClient();
|
||||
void copyCert();
|
||||
void copyId();
|
||||
void saveCert();
|
||||
void addFriend();
|
||||
void webMail();
|
||||
//void loadCert();
|
||||
void openWebHelp() ;
|
||||
void toggleUseOldFormat() ;
|
||||
void recommendFriends();
|
||||
void toggleIncludeAllIPs();
|
||||
void toggleUseShortFormat();
|
||||
|
||||
private:
|
||||
Ui::HomePage *ui;
|
||||
|
||||
bool mIncludeAllIPs;
|
||||
bool mUseShortFormat;
|
||||
QAction *mIncludeDNSact;
|
||||
QAction *mIncludeIPsAct;
|
||||
QAction *mUseOldFormatAct;
|
||||
|
||||
RsEventsHandlerId_t mEventHandlerId;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue