Put macOS specific functions to MacUtils namespace

This commit is contained in:
vit9696
2017-12-12 20:20:48 +03:00
committed by sledgehammer999
parent 4449018207
commit c51b79e9fc
5 changed files with 71 additions and 65 deletions

View File

@@ -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