diff options
author | Damiano Galassi <[email protected]> | 2015-10-20 18:55:08 +0200 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2015-10-20 18:55:08 +0200 |
commit | 7f50c27989a63e87d2f17c6495d29e136ccfd837 (patch) | |
tree | 280036131fa6d7dd1a11ef84a55c4dfad3e96aca /macosx/HBPicture.h | |
parent | c32d5236135c6be0b4987fb74de511e3332d7396 (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.h | 2 |
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 |