mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
Add missing protocols to fix deprecation warnings (#7826)
This commit is contained in:
committed by
GitHub
parent
84cc06c651
commit
821e70d742
@@ -6,7 +6,7 @@
|
||||
|
||||
@class Torrent;
|
||||
|
||||
@interface TrackerTableView : NSTableView
|
||||
@interface TrackerTableView : NSTableView<NSMenuItemValidation>
|
||||
|
||||
@property(nonatomic, weak) Torrent* torrent;
|
||||
@property(nonatomic, weak) NSArray* trackers;
|
||||
|
||||
Reference in New Issue
Block a user