mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
more changes to make future porting to ARC easier
This commit is contained in:
@@ -105,7 +105,9 @@ typedef enum
|
||||
NSMutableDictionary * fPendingTorrentDownloads;
|
||||
|
||||
NSMutableSet * fAddingTransfers;
|
||||
|
||||
NSMutableSet * fAddWindows;
|
||||
URLSheetWindowController * fUrlSheetController;
|
||||
|
||||
BOOL fGlobalPopoverShown;
|
||||
BOOL fSoundPlaying;
|
||||
@@ -128,7 +130,6 @@ typedef enum
|
||||
|
||||
- (void) openURL: (NSString *) urlString;
|
||||
- (void) openURLShowSheet: (id) sender;
|
||||
- (void) urlSheetDidEnd: (URLSheetWindowController *) controller url: (NSString *) urlString returnCode: (NSInteger) returnCode;
|
||||
|
||||
- (void) quitSheetDidEnd: (NSWindow *) sheet returnCode: (NSInteger) returnCode contextInfo: (void *) contextInfo;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user