mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-14 01:03:08 -07:00
Put macOS specific functions to MacUtils namespace
This commit is contained in:
parent
d57bd62add
commit
d7fa5b6b6b
5 changed files with 71 additions and 65 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue