Testing Undo/Redo

This commit is contained in:
michael starke
2013-05-11 00:12:09 +02:00
parent 30a17f39bb
commit e33545a1de
7 changed files with 35 additions and 8 deletions

View File

@@ -26,5 +26,7 @@
- (KdbGroup *)createGroup:(KdbGroup *)parent;
- (KdbEntry *)createEntry:(KdbGroup *)parent;
- (void)deleteEntry:(KdbEntry *)entry;
- (void)deleteGroup:(KdbGroup *)group;
@end