mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
This commit is contained in:
@@ -25,12 +25,13 @@
|
||||
#import <Cocoa/Cocoa.h>
|
||||
#import <transmission.h>
|
||||
#import "Controller.h"
|
||||
#import <Quartz/Quartz.h>
|
||||
|
||||
@class TorrentCell;
|
||||
|
||||
#define GROUP_SEPARATOR_HEIGHT 18.0
|
||||
|
||||
@interface TorrentTableView : NSOutlineView
|
||||
@interface TorrentTableView : NSOutlineView <QLPreviewPanelDataSource, QLPreviewPanelDelegate>
|
||||
{
|
||||
IBOutlet Controller * fController;
|
||||
|
||||
@@ -51,6 +52,8 @@
|
||||
|
||||
CGFloat fPiecesBarPercent;
|
||||
NSAnimation * fPiecesBarAnimation;
|
||||
|
||||
QLPreviewPanel * fPreviewPanel;
|
||||
}
|
||||
|
||||
- (BOOL) isGroupCollapsed: (NSInteger) value;
|
||||
|
||||
Reference in New Issue
Block a user