mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
Use properties instead of ivars (#2453)
This commit is contained in:
@@ -7,34 +7,6 @@
|
||||
#import "InfoViewController.h"
|
||||
|
||||
@interface InfoGeneralViewController : NSViewController<InfoViewController>
|
||||
{
|
||||
NSArray* fTorrents;
|
||||
|
||||
BOOL fSet;
|
||||
|
||||
IBOutlet NSTextField* fPiecesField;
|
||||
IBOutlet NSTextField* fHashField;
|
||||
IBOutlet NSTextField* fSecureField;
|
||||
IBOutlet NSTextField* fDataLocationField;
|
||||
IBOutlet NSTextField* fCreatorField;
|
||||
IBOutlet NSTextField* fDateCreatedField;
|
||||
|
||||
IBOutlet NSTextView* fCommentView;
|
||||
|
||||
IBOutlet NSButton* fRevealDataButton;
|
||||
|
||||
//remove when we switch to auto layout on 10.7
|
||||
IBOutlet NSTextField* fPiecesLabel;
|
||||
IBOutlet NSTextField* fHashLabel;
|
||||
IBOutlet NSTextField* fSecureLabel;
|
||||
IBOutlet NSTextField* fCreatorLabel;
|
||||
IBOutlet NSTextField* fDateCreatedLabel;
|
||||
IBOutlet NSTextField* fCommentLabel;
|
||||
IBOutlet NSTextField* fDataLocationLabel;
|
||||
IBOutlet NSTextField* fInfoSectionLabel;
|
||||
IBOutlet NSTextField* fWhereSectionLabel;
|
||||
IBOutlet NSScrollView* fCommentScrollView;
|
||||
}
|
||||
|
||||
- (void)setInfoForTorrents:(NSArray*)torrents;
|
||||
- (void)updateInfo;
|
||||
|
||||
Reference in New Issue
Block a user