diff options
Diffstat (limited to 'Source/GenerateThumbnailForURL.m')
-rw-r--r-- | Source/GenerateThumbnailForURL.m | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Source/GenerateThumbnailForURL.m b/Source/GenerateThumbnailForURL.m index cee74c74..4267c2c0 100644 --- a/Source/GenerateThumbnailForURL.m +++ b/Source/GenerateThumbnailForURL.m @@ -1,3 +1,6 @@ +// +// $Id$ +// // GenerateThumbnailForURL.m // sequel-pro // @@ -42,7 +45,8 @@ OSStatus GenerateThumbnailForURL(void *thisInterface, QLThumbnailRequestRef thum { return noErr; - // The following code is meant as example maybe fr the future + // The following code is meant as example maybe for the future + // NSAutoreleasePool* pool = [[NSAutoreleasePool alloc] init]; // // NSData *thumbnailData = [NSData dataWithContentsOfFile:@"appicon.icns"]; |