Added blinking of the chat icon for private chat window and chat lobby.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5722 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2012-10-25 18:06:33 +00:00
parent 179618edbf
commit 7272b7e768
8 changed files with 103 additions and 23 deletions

View file

@ -43,6 +43,7 @@ public:
void removeDialog(ChatDialog *dialog);
void getInfo(bool &isTyping, bool &hasNewMessage, QIcon *icon);
void setBlinking(int tab, bool blink);
signals:
void tabChanged(ChatDialog *dialog);
@ -54,8 +55,11 @@ private slots:
void tabChanged(int tab);
void tabInfoChanged(ChatDialog *dialog);
void dialogClose(ChatDialog *dialog);
void blink(bool on);
private:
QIcon *mEmptyIcon;
Ui::ChatTabWidget *ui;
};