refactoring for history browsing

This commit is contained in:
michael starke
2017-04-04 16:22:32 +02:00
parent e28f0a3bdf
commit 69a4c9e175
5 changed files with 24 additions and 13 deletions

View File

@@ -495,11 +495,11 @@ typedef void (^MPPasswordChangedBlock)(BOOL didChangePassword);
[contentView layoutSubtreeIfNeeded];
}
- (IBAction)showHistoryForEntry:(id)sender {
[self.document showHistoryForEntry:nil];
- (void)showEntryHistory:(id)sender {
}
- (IBAction)hideHistoryForEntry:(id)sender {
- (void)hideEntryHistory:(id)sender {
}