mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 21:33:27 -07:00
migrateAwayFromDeprecatedIconForFileType
This commit is contained in:
parent
d78df0064a
commit
a31335aae3
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ namespace MacUtils
|
||||||
{
|
{
|
||||||
@autoreleasepool
|
@autoreleasepool
|
||||||
{
|
{
|
||||||
NSImage *image = [[NSWorkspace sharedWorkspace]
|
const NSImage *image = [[NSWorkspace sharedWorkspace]
|
||||||
iconForContentType:[UTType typeWithFilenameExtension:ext.toNSString()]];
|
iconForContentType:[UTType typeWithFilenameExtension:ext.toNSString()]];
|
||||||
if (image)
|
if (image)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue