mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-18 22:10:37 -04:00
Added multi friend recommendation dialog.
You can start it from the tools menu in FriendsDialog. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4913 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
12767d8fe9
commit
3b314e3a69
11 changed files with 336 additions and 25 deletions
|
@ -47,8 +47,9 @@ public:
|
|||
MessageComposer(QWidget *parent = 0, Qt::WFlags flags = 0);
|
||||
~MessageComposer();
|
||||
|
||||
static void msgFriend(std::string id, bool group);
|
||||
static void recommendFriend(std::list <std::string> &sslIds);
|
||||
static void msgFriend(const std::string &id, bool group);
|
||||
static QString recommendMessage();
|
||||
static void recommendFriend(const std::list <std::string> &sslIds, const std::string &to = "", const QString &msg = "", bool autoSend = false);
|
||||
|
||||
static MessageComposer *newMsg(const std::string &msgId = "");
|
||||
static MessageComposer *replyMsg(const std::string &msgId, bool all);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue