mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-12 11:02:30 -04:00
added a direct make friend button in the drop down list of network dialog
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1093 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
418478877a
commit
99baceae7e
2 changed files with 21 additions and 4 deletions
|
@ -53,6 +53,7 @@ public slots:
|
|||
|
||||
private slots:
|
||||
|
||||
void makeFriend() ;
|
||||
void peerdetails();
|
||||
/** Create the context popup menu and it's submenus */
|
||||
void connecttreeWidgetCostumPopupMenu( QPoint point );
|
||||
|
@ -75,6 +76,7 @@ QTreeWidgetItem *getCurrentNeighbour();
|
|||
QMenu* contextMnu;
|
||||
/** Defines the actions for the context menu */
|
||||
QAction* peerdetailsAct;
|
||||
QAction* makefriendAct;
|
||||
QAction* authAct;
|
||||
QAction* loadcertAct;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue