mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-13 08:17:57 +00:00
Fix unused variable warning by gcc.
This commit is contained in:
parent
fa8c69a5e1
commit
d880372b49
@ -71,6 +71,8 @@ QIcon GuiIconProvider::getIcon(const QString &iconId, const QString &fallback)
|
|||||||
icon = generateDifferentSizes(icon);
|
icon = generateDifferentSizes(icon);
|
||||||
return icon;
|
return icon;
|
||||||
}
|
}
|
||||||
|
#else
|
||||||
|
Q_UNUSED(fallback)
|
||||||
#endif
|
#endif
|
||||||
return QIcon(IconProvider::getIconPath(iconId));
|
return QIcon(IconProvider::getIconPath(iconId));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user