mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
Switch to clang-format for code formatting, include Mac client
This commit is contained in:
@@ -26,30 +26,32 @@
|
||||
|
||||
@interface GlobalOptionsPopoverViewController : NSViewController
|
||||
{
|
||||
tr_session * fHandle;
|
||||
NSUserDefaults * fDefaults;
|
||||
tr_session* fHandle;
|
||||
NSUserDefaults* fDefaults;
|
||||
|
||||
IBOutlet NSTextField * fUploadLimitField, * fDownloadLimitField;
|
||||
IBOutlet NSTextField* fUploadLimitField;
|
||||
IBOutlet NSTextField* fDownloadLimitField;
|
||||
|
||||
IBOutlet NSTextField * fRatioStopField, * fIdleStopField;
|
||||
IBOutlet NSTextField* fRatioStopField;
|
||||
IBOutlet NSTextField* fIdleStopField;
|
||||
|
||||
NSString * fInitialString;
|
||||
NSString* fInitialString;
|
||||
}
|
||||
|
||||
- (instancetype) initWithHandle: (tr_session *) handle;
|
||||
- (instancetype)initWithHandle:(tr_session*)handle;
|
||||
|
||||
- (IBAction) updatedDisplayString: (id) sender;
|
||||
- (IBAction)updatedDisplayString:(id)sender;
|
||||
|
||||
- (IBAction) setDownSpeedSetting: (id) sender;
|
||||
- (IBAction) setDownSpeedLimit: (id) sender;
|
||||
- (IBAction)setDownSpeedSetting:(id)sender;
|
||||
- (IBAction)setDownSpeedLimit:(id)sender;
|
||||
|
||||
- (IBAction) setUpSpeedSetting: (id) sender;
|
||||
- (IBAction) setUpSpeedLimit: (id) sender;
|
||||
- (IBAction)setUpSpeedSetting:(id)sender;
|
||||
- (IBAction)setUpSpeedLimit:(id)sender;
|
||||
|
||||
- (IBAction) setRatioStopSetting: (id) sender;
|
||||
- (IBAction) setRatioStopLimit: (id) sender;
|
||||
- (IBAction)setRatioStopSetting:(id)sender;
|
||||
- (IBAction)setRatioStopLimit:(id)sender;
|
||||
|
||||
- (IBAction) setIdleStopSetting: (id) sender;
|
||||
- (IBAction) setIdleStopLimit: (id) sender;
|
||||
- (IBAction)setIdleStopSetting:(id)sender;
|
||||
- (IBAction)setIdleStopLimit:(id)sender;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user