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:
michael starke
2013-08-04 23:16:41 +02:00
parent 450bc3d4dd
commit f87e60442e
12 changed files with 113 additions and 39 deletions

View File

@@ -8,9 +8,6 @@
#import <Foundation/Foundation.h>
@class KdbGroup;
@interface MPOutlineDataSource : NSObject <NSOutlineViewDataSource>
@interface MPOutlineDataSource : NSObject <NSOutlineViewDataSource> {
KdbGroup *_draggedItem;
}
@end