Changeset 9298 for trunk/macosx/TorrentTableView.h
- Timestamp:
- Oct 11, 2009, 11:16:46 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/TorrentTableView.h
r9283 r9298 25 25 #import <Cocoa/Cocoa.h> 26 26 #import <transmission.h> 27 #import <Quartz/Quartz.h>28 27 29 28 @class Controller; … … 33 32 #define GROUP_SEPARATOR_HEIGHT 18.0 34 33 35 #warning uncomment 36 @interface TorrentTableView : NSOutlineView //<QLPreviewPanelDataSource, QLPreviewPanelDelegate> 34 @interface TorrentTableView : NSOutlineView 37 35 { 38 36 IBOutlet Controller * fController; … … 55 53 CGFloat fPiecesBarPercent; 56 54 NSAnimation * fPiecesBarAnimation; 57 58 #warning change to QLPreviewPanel59 id fPreviewPanel;60 55 } 61 56
Note: See TracChangeset
for help on using the changeset viewer.