mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-13 03:22:34 -04:00
-added remove Friend feature
-added Add Friend feature git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@251 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
23d1894b2b
commit
92d5c61c8c
2 changed files with 64 additions and 16 deletions
|
@ -24,7 +24,9 @@
|
|||
#include <QFileDialog>
|
||||
|
||||
#include "mainpage.h"
|
||||
#include "ui_MessengerWindow.h"
|
||||
#include "ui_MessengerWindow.h"
|
||||
#include "NetworkDialog.h"
|
||||
|
||||
|
||||
class LogoBar;
|
||||
class ChatDialog;
|
||||
|
@ -40,6 +42,9 @@ public:
|
|||
|
||||
void insertPeers();
|
||||
void setChatDialog(ChatDialog *cd);
|
||||
|
||||
NetworkDialog *networkDialog2;
|
||||
|
||||
|
||||
|
||||
public slots:
|
||||
|
@ -66,7 +71,9 @@ private slots:
|
|||
|
||||
void sendMessage();
|
||||
|
||||
void configurefriend2();
|
||||
void configurefriend2();
|
||||
|
||||
void addFriend2();
|
||||
|
||||
/** RsServer Friend Calls */
|
||||
void allowfriend2();
|
||||
|
@ -96,7 +103,7 @@ private:
|
|||
QAction* connectfriendAct;
|
||||
QAction* configurefriendAct;
|
||||
QAction* exportfriendAct;
|
||||
QAction* removefriendAct;
|
||||
QAction* removefriend2Act;
|
||||
|
||||
QTreeView *messengertreeWidget;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue