mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-04 15:15:15 -04:00
added systray notifications for chat lobbies.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5357 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
bbae97b88d
commit
a2b6b97ef9
8 changed files with 393 additions and 371 deletions
|
@ -588,6 +588,15 @@ void MainWindow::createNotifyIcons()
|
|||
|
||||
#undef DELETE_OBJECT
|
||||
}
|
||||
/*static*/ void MainWindow::displayLobbySystrayMsg(const QString& title,const QString& msg)
|
||||
{
|
||||
if (_instance == NULL)
|
||||
return;
|
||||
|
||||
if(Settings->getDisplayTrayChatLobby())
|
||||
_instance->displaySystrayMsg(title,msg) ;
|
||||
}
|
||||
|
||||
|
||||
/*static*/ void MainWindow::installGroupChatNotifier()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue