Added "Write a Quick Message" functionality to answer faster from the ChatMsgItem.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3457 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2010-09-08 16:27:13 +00:00
parent 20887fc93b
commit 3ffbcb5569
3 changed files with 109 additions and 8 deletions

View file

@ -51,11 +51,14 @@ private slots:
void updateItem();
void updateAvatar(const QString &peer_id);
void togglequickmessage();
void sendMessage();
private:
void insertChat(std::string &message);
void insertChat(std::string &message);
FeedHolder *mParent;
FeedHolder *mParent;
uint32_t mFeedId;
std::string mPeerId;