mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Fixed clear of "is typing...".
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5018 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
42bf3682ab
commit
7ab5b54266
@ -79,6 +79,7 @@ private slots:
|
||||
void deleteChatHistory();
|
||||
void messageHistory();
|
||||
void updateStatus(const QString &peer_id, int status);
|
||||
void resetStatusBar() ;
|
||||
|
||||
signals:
|
||||
void infoChanged(ChatWidget*);
|
||||
@ -90,7 +91,6 @@ protected:
|
||||
virtual void showEvent(QShowEvent *event);
|
||||
virtual void resizeEvent(QResizeEvent *event);
|
||||
void updateTitle();
|
||||
void resetStatusBar() ;
|
||||
|
||||
private slots:
|
||||
void pasteLink();
|
||||
|
Loading…
Reference in New Issue
Block a user