mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-31 12:00:16 -07:00
Move new icons to their own theme folder.
This commit is contained in:
parent
69da12e6b2
commit
c384cc8c8c
159 changed files with 86 additions and 86 deletions
|
@ -58,7 +58,7 @@ IconProvider *IconProvider::instance()
|
|||
|
||||
QString IconProvider::getIconPath(const QString &iconId)
|
||||
{
|
||||
return ":/icons/oxygen/" + iconId + ".png";
|
||||
return ":/icons/qbt-theme/" + iconId + ".png";
|
||||
}
|
||||
|
||||
IconProvider *IconProvider::m_instance = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue