mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-10 23:52:51 -04:00
Removed peer name from "is typing..." message of the sender and add it of the receiver side.
Now the "is typing..." message can be translated. It is still not a good solution, but it works for now. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3408 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
7b20984574
commit
77418bd4b6
6 changed files with 54 additions and 40 deletions
|
@ -71,7 +71,7 @@ public slots:
|
|||
|
||||
void resetStatusBar() ;
|
||||
void updateStatusTyping() ;
|
||||
void updateStatusString(const QString&) ;
|
||||
void updateStatusString(const QString& peer_id, const QString& statusString) ;
|
||||
void anchorClicked (const QUrl &);
|
||||
|
||||
void updateStatus(const QString &peer_id, int status);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue