don't allow quick look of folders that don't exist

This commit is contained in:
Mitchell Livingston
2008-06-22 01:31:50 +00:00
parent 14e5ab6334
commit 8a0b2ed988
4 changed files with 27 additions and 14 deletions

View File

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