Changeset 13875
- Timestamp:
- Jan 26, 2013, 7:59:56 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/FileRenameSheetController.m
r13846 r13875 22 22 23 23 @implementation FileRenameSheetController 24 25 #warning remove ivars in header when 64-bit only (or it compiles in 32-bit mode) 26 @synthesize torrent = _torrent; 27 @synthesize node = _node; 28 @synthesize completionHandler = _completionHandler; 24 29 25 30 + (void) presentSheetForTorrent: (Torrent *) torrent modalForWindow: (NSWindow *) window completionHandler: (void (^)(BOOL didRename)) completionHandler
Note: See TracChangeset
for help on using the changeset viewer.