mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-24 14:20:44 -04:00
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:
parent
20887fc93b
commit
3ffbcb5569
3 changed files with 109 additions and 8 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue