draft #1 of #2369 - use public API for QuickLook on 10.6 (and drop the hack for 10.5-support)

This commit is contained in:
Mitchell Livingston
2009-09-04 04:10:46 +00:00
parent ae675f3d6f
commit 5e2ef3aa89
12 changed files with 180 additions and 354 deletions

View File

@@ -247,10 +247,6 @@ typedef enum
- (void) showMainWindow: (id) sender;
- (NSArray *) quickLookURLs;
- (BOOL) canQuickLook;
- (BOOL) canQuickLookTorrent: (Torrent *) torrent;
- (NSRect) quickLookFrameWithURL: (NSURL*) url;
- (void) toggleQuickLook: (id) sender;
- (void) linkHomepage: (id) sender;