mirror of
https://github.com/transmission/transmission.git
synced 2026-04-20 00:40:03 +01:00
[macOS] Optimise framework imports (#3323)
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
#import <CoreFoundation/CoreFoundation.h>
|
||||
#import <CoreFoundation/CFPlugInCOM.h>
|
||||
#import <QuickLook/QuickLook.h>
|
||||
@import CoreFoundation;
|
||||
@import QuickLook;
|
||||
|
||||
QL_EXTERN_C_BEGIN
|
||||
OSStatus GenerateThumbnailForURL(void* thisInterface, QLThumbnailRequestRef thumbnail, CFURLRef url, CFStringRef contentTypeUTI, CFDictionaryRef options, CGSize maxSize);
|
||||
|
||||
Reference in New Issue
Block a user