mirror of
https://github.com/transmission/transmission.git
synced 2025-12-25 04:45:56 +00:00
have FileListNodes store their corresponding torrents, allowing the removal of this functionality from the file outline view
This commit is contained in:
@@ -28,14 +28,9 @@
|
||||
|
||||
@interface FileOutlineView : NSOutlineView
|
||||
{
|
||||
Torrent * fTorrent;
|
||||
|
||||
NSInteger fMouseRow;
|
||||
}
|
||||
|
||||
- (void) setTorrent: (Torrent *) torrent;
|
||||
- (Torrent *) torrent;
|
||||
|
||||
- (NSRect) iconRectForRow: (int) row;
|
||||
|
||||
- (NSInteger) hoveredRow;
|
||||
|
||||
Reference in New Issue
Block a user