mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
add variables corresponding to properties in FileRenameSheetController
This commit is contained in:
@@ -12,7 +12,12 @@
|
||||
|
||||
typedef void (^CompletionBlock)(BOOL);
|
||||
|
||||
@interface FileRenameSheetController ()
|
||||
@interface FileRenameSheetController () {
|
||||
#warning remove when 64-it
|
||||
Torrent * _torrent;
|
||||
FileListNode * _node;
|
||||
CompletionBlock _completionHandler;
|
||||
}
|
||||
|
||||
@property (nonatomic, retain) Torrent * torrent;
|
||||
@property (nonatomic, retain) FileListNode * node;
|
||||
@@ -42,7 +47,6 @@ typedef void (^CompletionBlock)(BOOL);
|
||||
|
||||
+ (void) presentSheetForFileListNode: (FileListNode *) node modalForWindow: (NSWindow *) window completionHandler: (void (^)(BOOL didRename)) completionHandler
|
||||
{
|
||||
|
||||
NSParameterAssert(node != nil);
|
||||
NSParameterAssert(window != nil);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user