mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-02-04 17:15:31 -05:00
enabled new icons for toolbar notify
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5388 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
570369ad9c
commit
4581067b78
@ -75,7 +75,7 @@ QIcon ChannelUserNotify::getIcon()
|
||||
|
||||
QIcon ChannelUserNotify::getMainIcon(bool hasNew)
|
||||
{
|
||||
return hasNew ? QIcon(":/images/channels_new32.png") : QIcon(":/images/channels.png");
|
||||
return hasNew ? QIcon(":/images/channels_new.png") : QIcon(":/images/channels.png");
|
||||
}
|
||||
|
||||
unsigned int ChannelUserNotify::getNewCount()
|
||||
|
@ -75,7 +75,7 @@ QIcon ForumUserNotify::getIcon()
|
||||
|
||||
QIcon ForumUserNotify::getMainIcon(bool hasNew)
|
||||
{
|
||||
return hasNew ? QIcon(":/images/konversation_new.png") : QIcon(":/images/konversation.png");
|
||||
return hasNew ? QIcon(":/images/forums_new.png") : QIcon(":/images/konversation.png");
|
||||
}
|
||||
|
||||
unsigned int ForumUserNotify::getNewCount()
|
||||
|
@ -75,7 +75,7 @@ QIcon MessageUserNotify::getIcon()
|
||||
|
||||
QIcon MessageUserNotify::getMainIcon(bool hasNew)
|
||||
{
|
||||
return hasNew ? QIcon(":/images/messages_new.png") : QIcon(":/images/evolution.png");
|
||||
return hasNew ? QIcon(":/images/message_new.png") : QIcon(":/images/evolution.png");
|
||||
}
|
||||
|
||||
unsigned int MessageUserNotify::getNewCount()
|
||||
|
@ -75,7 +75,7 @@ QIcon TransferUserNotify::getIcon()
|
||||
|
||||
QIcon TransferUserNotify::getMainIcon(bool hasNew)
|
||||
{
|
||||
return hasNew ? QIcon(":/images/transfers_new32.png") : QIcon(":/images/ktorrent32.png");
|
||||
return hasNew ? QIcon(":/images/transfers_new.png") : QIcon(":/images/ktorrent32.png");
|
||||
}
|
||||
|
||||
unsigned int TransferUserNotify::getNewCount()
|
||||
|
Loading…
x
Reference in New Issue
Block a user