diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-08-05 08:52:20 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-08-05 08:52:20 +0000 |
commit | 466a6f7c4f06429acef29efcffef56f05cbaaa26 (patch) | |
tree | eb655f8a4d38dc4a6a29de86cf18b346bc49f7aa /Source/GenerateThumbnailForURL.m | |
parent | d20d35aedb551516e1974979e8a0048a0ea81cbf (diff) | |
download | sequelpro-466a6f7c4f06429acef29efcffef56f05cbaaa26.tar.gz sequelpro-466a6f7c4f06429acef29efcffef56f05cbaaa26.tar.bz2 sequelpro-466a6f7c4f06429acef29efcffef56f05cbaaa26.zip |
• added svn prop Id to GeneratePreview/ThumbnailForURL.m
• added SP's SPData/StringAdditions to QuickLook generator to avoid double-coding
• cleaned generator code a bit
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"]; |