mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 04:18:39 +00:00
allow new menu method to use an index set instead of range
This commit is contained in:
@@ -26,6 +26,6 @@
|
||||
|
||||
@interface NSMenu (NSMenuAdditions)
|
||||
|
||||
- (void) moveItemsToEndFromMenu: (NSMenu *) oldMenu inRange: (NSRange) range;
|
||||
- (void) appendItemsFromMenu: (NSMenu *) menu atIndexes: (NSIndexSet *) indexes;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user