Changeset 9298 for trunk/macosx/InfoWindowController.h
- Timestamp:
- Oct 11, 2009, 11:16:46 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/InfoWindowController.h
r9267 r9298 25 25 #import <Cocoa/Cocoa.h> 26 26 #import <transmission.h> 27 #import <Quartz/Quartz.h>28 27 29 28 @class Torrent; … … 33 32 @class PiecesView; 34 33 35 #warning uncomment 36 @interface InfoWindowController : NSWindowController //<QLPreviewPanelDataSource, QLPreviewPanelDelegate> 34 @interface InfoWindowController : NSWindowController 37 35 { 38 36 NSArray * fTorrents; … … 95 93 - (void) addRemoveTracker: (id) sender; 96 94 95 - (NSArray *) quickLookURLs; 96 - (BOOL) canQuickLook; 97 - (NSRect) quickLookSourceFrameForPreviewItem: (id /*<QLPreviewItem>*/) item; 98 97 99 - (void) setPiecesView: (id) sender; 98 100 - (void) setPiecesViewForAvailable: (BOOL) available;
Note: See TracChangeset
for help on using the changeset viewer.