Added blinking of the systray icon for the notifier and enabled it for private chat.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5721 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2012-10-24 13:24:38 +00:00
parent a6cb81fd43
commit 179618edbf
3 changed files with 40 additions and 0 deletions

View file

@ -43,6 +43,7 @@ private:
virtual QIcon getIcon();
virtual QIcon getMainIcon(bool hasNew);
virtual unsigned int getNewCount();
virtual bool isBlinking() { return true; }
virtual void iconClicked();
};