mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-08 06:32:55 -04:00
alert chat window when a new message was arrived
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1370 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
441ccd9f51
commit
ca60cfc949
1 changed files with 78 additions and 77 deletions
|
@ -688,6 +688,7 @@ void PeersDialog::insertChat()
|
||||||
{
|
{
|
||||||
PopupChatDialog *pcd = getPrivateChat(it->rsid, it->name, chatflags);
|
PopupChatDialog *pcd = getPrivateChat(it->rsid, it->name, chatflags);
|
||||||
pcd->addChatMsg(&(*it));
|
pcd->addChatMsg(&(*it));
|
||||||
|
QApplication::alert(pcd);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue