Changes on entries now get pushed to the history

This commit is contained in:
michael starke
2016-08-26 16:23:08 +02:00
parent 2958f5255b
commit a7a28063f0
6 changed files with 48 additions and 70 deletions

View File

@@ -167,14 +167,6 @@ APPKIT_EXTERN NSString *const MPDocumentGroupKey;
- (IBAction)duplicateEntryWithOptions:(id)sender;
#pragma mark -
#pragma mark Editing
- (void)willChangeEntry:(KPKEntry *)entry;
- (void)commitChangesToEntry:(KPKEntry *)entry;
- (void)discardChangesToEntry:(KPKEntry *)entry;
@end
@interface MPDocument (Attachments)