mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-08 14:42:51 -04:00
Added new icon for Posted (patch from defnax)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7473 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
1485361a1e
commit
2347f9e9b1
3 changed files with 3 additions and 3 deletions
|
@ -37,13 +37,12 @@ bool PostedUserNotify::hasSetting(QString *name, QString *group)
|
|||
|
||||
QIcon PostedUserNotify::getIcon()
|
||||
{
|
||||
return QIcon(":/images/wikibook_32.png");
|
||||
return QIcon(":/images/posted_32.png");
|
||||
}
|
||||
|
||||
QIcon PostedUserNotify::getMainIcon(bool hasNew)
|
||||
{
|
||||
//TODO: add new icon
|
||||
return hasNew ? QIcon(":/images/wikibook_32.png") : QIcon(":/images/wikibook_32.png");
|
||||
return hasNew ? QIcon(":/images/posted_32_new.png") : QIcon(":/images/posted_32.png");
|
||||
}
|
||||
|
||||
void PostedUserNotify::iconClicked()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue