mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
store progress gradients in the gradient class; miscellaneous cleanup
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
+ (NSString *) stringForRatio: (float) ratio;
|
||||
|
||||
+ (NSString *) timeString: (uint64_t) seconds showSeconds: (BOOL) showSeconds;
|
||||
+ (NSString *) timeString: (NSUInteger) seconds showSeconds: (BOOL) showSeconds maxDigits: (NSUInteger) max;
|
||||
+ (NSString *) timeString: (NSUInteger) seconds showSeconds: (BOOL) showSeconds maxFields: (NSUInteger) max;
|
||||
|
||||
- (NSComparisonResult) compareIP: (NSString *) string;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user