have FileListNodes store their corresponding torrents, allowing the removal of this functionality from the file outline view

This commit is contained in:
Mitchell Livingston
2011-05-31 22:26:04 +00:00
parent 764f513c4e
commit 27fa4091dc
8 changed files with 32 additions and 35 deletions

View File

@@ -28,14 +28,9 @@
@interface FileOutlineView : NSOutlineView
{
Torrent * fTorrent;
NSInteger fMouseRow;
}
- (void) setTorrent: (Torrent *) torrent;
- (Torrent *) torrent;
- (NSRect) iconRectForRow: (int) row;
- (NSInteger) hoveredRow;