mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
Modern Objective-C syntax (#509)
* Update enabled complier warnings * Convert to Modern Objective-C syntax using Xcode's tool * Convert to modern objc syntax manually, fix some PR issues * Remove unnecessary parentheses * Use property syntax for all custom properties * Use property syntax for all system properties * Fix erroneously autoreleased values * Revert VDKQueue to old objc syntax Co-authored-by: Mike Gelfand <mikedld@users.noreply.github.com> Co-authored-by: Mitch Livingston <livings124@mac.com>
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
IBOutlet NSPopUpButton * fGroupsButton;
|
||||
}
|
||||
|
||||
- (id) init;
|
||||
- (instancetype) init;
|
||||
|
||||
- (void) setFilter: (id) sender;
|
||||
- (void) switchFilter: (BOOL) right;
|
||||
@@ -54,7 +54,7 @@
|
||||
- (void) setGroupFilter: (id) sender;
|
||||
- (void) reset: (BOOL) updateUI;
|
||||
|
||||
- (NSArray *) searchStrings;
|
||||
@property (nonatomic, readonly) NSArray *searchStrings;
|
||||
- (void) focusSearchField;
|
||||
|
||||
- (void) setCountAll: (NSUInteger) all active: (NSUInteger) active downloading: (NSUInteger) downloading
|
||||
|
||||
Reference in New Issue
Block a user