mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-08 22:32:34 -04:00
added new mainwindow icons for RetroShare.
This commit is contained in:
parent
4d5be7fbce
commit
6682a7a491
80 changed files with 2844 additions and 83 deletions
|
@ -37,12 +37,12 @@ bool PostedUserNotify::hasSetting(QString *name, QString *group)
|
|||
|
||||
QIcon PostedUserNotify::getIcon()
|
||||
{
|
||||
return QIcon(":/icons/posted_128.png");
|
||||
return QIcon(":/icons/png/posted.png");
|
||||
}
|
||||
|
||||
QIcon PostedUserNotify::getMainIcon(bool hasNew)
|
||||
{
|
||||
return hasNew ? QIcon(":/icons/posted_red_128.png") : QIcon(":/icons/posted_128.png");
|
||||
return hasNew ? QIcon(":/icons/png/posted-notify.png") : QIcon(":/icons/png/posted.png");
|
||||
}
|
||||
|
||||
void PostedUserNotify::iconClicked()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue