Added context menu entry to enable copying references to entries

This commit is contained in:
Michael Starke
2019-02-13 17:07:56 +01:00
parent 29103d594c
commit e38925d0ef
10 changed files with 105 additions and 6 deletions

View File

@@ -22,6 +22,9 @@
#import <Foundation/Foundation.h>
/**
Delegate is used for context menus that are show in the entries table
*/
@interface MPEntryContextMenuDelegate : NSObject <NSMenuDelegate>
@end