summaryrefslogtreecommitdiffstats
path: root/macosx/HBPicture.h
diff options
context:
space:
mode:
authorDamiano Galassi <[email protected]>2015-10-20 18:55:08 +0200
committerDamiano Galassi <[email protected]>2015-10-20 18:55:08 +0200
commit7f50c27989a63e87d2f17c6495d29e136ccfd837 (patch)
tree280036131fa6d7dd1a11ef84a55c4dfad3e96aca /macosx/HBPicture.h
parentc32d5236135c6be0b4987fb74de511e3332d7396 (diff)
MacGui: added undo/redo support to the video, picture, filters, chapters and range parts of HBJob.
Diffstat (limited to 'macosx/HBPicture.h')
-rw-r--r--macosx/HBPicture.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/macosx/HBPicture.h b/macosx/HBPicture.h
index c4773e822..ee0fa99f5 100644
--- a/macosx/HBPicture.h
+++ b/macosx/HBPicture.h
@@ -50,6 +50,8 @@ extern NSString * const HBPictureChangedNotification;
@property (nonatomic, readonly) int sourceHeight;
@property (nonatomic, readonly) int sourceDisplayWidth;
+@property (nonatomic, readwrite, weak, nullable) NSUndoManager *undo;
+
@end
NS_ASSUME_NONNULL_END