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:
csoler 2009-03-21 20:29:23 +00:00
parent 418478877a
commit 99baceae7e
2 changed files with 21 additions and 4 deletions

View file

@ -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;