mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-12 02:55:18 -04:00
Added Export Cert to Contect menu
renamed View Button to Menu Added Add Friend and Export Cert to Menu Button git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1384 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
063c4bb44f
commit
a112c2d02a
5 changed files with 109 additions and 14 deletions
|
@ -68,6 +68,10 @@ private slots:
|
|||
|
||||
void authneighbour();
|
||||
void addneighbour();
|
||||
|
||||
void on_actionAddFriend_activated();
|
||||
//void on_actionCopyKey_activated();
|
||||
void on_actionExportKey_activated();
|
||||
|
||||
void on_actionClearLog_triggered();
|
||||
void displayInfoLogMenu(const QPoint& pos);
|
||||
|
@ -101,6 +105,7 @@ private:
|
|||
QAction* makefriendAct;
|
||||
QAction* authAct;
|
||||
QAction* loadcertAct;
|
||||
QAction* exportcertAct;
|
||||
|
||||
/* connection dialog */
|
||||
ConnectDialog *connectdialog;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue