Fixed memory leaks

Removed obsolete CreationViewController references
This commit is contained in:
michael starke
2013-06-26 03:50:23 +02:00
parent 84485d7233
commit 17f2155aa4
13 changed files with 41 additions and 17 deletions

View File

@@ -17,12 +17,12 @@ APPKIT_EXTERN NSString *const MPEntryTableURLColumnIdentifier;
APPKIT_EXTERN NSString *const MPDidChangeSelectedEntryNotification;
/* Tags to determine what to copy */
typedef enum {
typedef NS_ENUM( NSUInteger, MPCopyContentTypeTag) {
MPCopyUsername,
MPCopyPassword,
MPCopyURL,
MPCopyWholeEntry,
} MPCopyContentTypeTag;
};
@class KdbGroup;
@class KdbEntry;