mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-22 16:29:23 +00:00
Some work to get Drag and Drop back up again. Might be useful to postpone it until KeePassKit is ready to replace MiniKeePassLib
This commit is contained in:
@@ -8,9 +8,6 @@
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
@class KdbGroup;
|
||||
@interface MPOutlineDataSource : NSObject <NSOutlineViewDataSource>
|
||||
|
||||
@interface MPOutlineDataSource : NSObject <NSOutlineViewDataSource> {
|
||||
KdbGroup *_draggedItem;
|
||||
}
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user