Transition to ARC

This commit is contained in:
Dmitry Serov
2017-07-29 23:14:22 +07:00
parent 6c30359beb
commit 845dfe6017
63 changed files with 335 additions and 767 deletions

View File

@@ -174,7 +174,7 @@ typedef enum
- (NSArray *)selectedTorrents;
@property (retain, readonly) PrefsController * prefsController;
@property (nonatomic, readonly) PrefsController * prefsController;
- (void) showPreferenceWindow: (id) sender;
- (void) showAboutWindow: (id) sender;
@@ -183,7 +183,7 @@ typedef enum
- (void) resetInfo;
- (void) setInfoTab: (id) sender;
@property (retain, readonly) MessageWindowController * messageWindowController;
@property (nonatomic, readonly) MessageWindowController * messageWindowController;
- (void) showMessageWindow: (id) sender;
- (void) showStatsWindow: (id) sender;
@@ -226,7 +226,7 @@ typedef enum
- (void) sleepCallback: (natural_t) messageType argument: (void *) messageArgument;
@property (retain, readonly) VDKQueue * fileWatcherQueue;
@property (nonatomic, readonly) VDKQueue * fileWatcherQueue;
- (void) torrentTableViewSelectionDidChange: (NSNotification *) notification;