mirror of
https://github.com/transmission/transmission.git
synced 2025-12-20 02:18:42 +00:00
remove unused field from the tracker inspector tab; merge code for converting time into a string
This commit is contained in:
@@ -35,6 +35,9 @@
|
||||
+ (NSString *) stringForSpeedAbbrev: (float) speed;
|
||||
+ (NSString *) stringForRatio: (float) ratio;
|
||||
|
||||
+ (NSString *) timeString: (uint64_t) seconds showSeconds: (BOOL) showSeconds;
|
||||
+ (NSString *) timeString: (uint64_t) seconds showSeconds: (BOOL) showSeconds maxDigits: (NSUInteger) max;
|
||||
|
||||
- (NSComparisonResult) compareIP: (NSString *) string;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user