mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 07:27:22 -06:00
Put macOS specific functions to MacUtils namespace
This commit is contained in:
@@ -150,7 +150,7 @@ namespace
|
||||
{
|
||||
QPixmap pixmapForExtension(const QString &ext) const override
|
||||
{
|
||||
return ::pixmapForExtension(ext, QSize(32, 32));
|
||||
return MacUtils::pixmapForExtension(ext, QSize(32, 32));
|
||||
}
|
||||
};
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user