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:
thunder2 2012-03-15 13:18:47 +00:00
parent 42bf3682ab
commit 7ab5b54266

View File

@ -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();