Changeset 13467 for trunk/macosx/QuickLookPlugin/GeneratePreviewForURL.m
- Timestamp:
- Sep 6, 2012, 1:15:31 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/QuickLookPlugin/GeneratePreviewForURL.m
r13458 r13467 37 37 if (QLPreviewRequestIsCancelled(preview)) 38 38 return noErr; 39 40 //we need this call to ensure NSApp is initialized (not done automatically for plugins) 41 [NSApplication sharedApplication]; 39 42 40 43 //try to parse the torrent file
Note: See TracChangeset
for help on using the changeset viewer.