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:
@@ -24,11 +24,12 @@
|
||||
|
||||
@interface DragOverlayView : NSView
|
||||
{
|
||||
NSImage * fBadge;
|
||||
NSImage* fBadge;
|
||||
|
||||
NSDictionary * fMainLineAttributes, * fSubLineAttributes;
|
||||
NSDictionary* fMainLineAttributes;
|
||||
NSDictionary* fSubLineAttributes;
|
||||
}
|
||||
|
||||
- (void) setOverlay: (NSImage *) icon mainLine: (NSString *) mainLine subLine: (NSString *) subLine;
|
||||
- (void)setOverlay:(NSImage*)icon mainLine:(NSString*)mainLine subLine:(NSString*)subLine;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user