mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-15 01:49:35 -04:00
- fixed the update of avatars in the various chat dialogs
- added a "peer is typing" function to the group chat. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1706 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
10aef0b027
commit
97400a74ef
9 changed files with 209 additions and 165 deletions
|
@ -58,6 +58,7 @@ public:
|
|||
void loadEmoticons();
|
||||
void loadEmoticons2();
|
||||
|
||||
void updateAvatar();
|
||||
|
||||
QString loadEmptyStyle();
|
||||
|
||||
|
@ -107,7 +108,6 @@ private slots:
|
|||
private:
|
||||
|
||||
void colorChanged(const QColor &c);
|
||||
void updateAvatar();
|
||||
void addAttachment(std::string);
|
||||
|
||||
QAction *actionTextBold;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue