mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 13:23:34 -07:00
Fix unused variable warning by gcc.
This commit is contained in:
parent
fa8c69a5e1
commit
d880372b49
1 changed files with 2 additions and 0 deletions
|
@ -71,6 +71,8 @@ QIcon GuiIconProvider::getIcon(const QString &iconId, const QString &fallback)
|
|||
icon = generateDifferentSizes(icon);
|
||||
return icon;
|
||||
}
|
||||
#else
|
||||
Q_UNUSED(fallback)
|
||||
#endif
|
||||
return QIcon(IconProvider::getIconPath(iconId));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue