diff options
author | Damiano Galassi <[email protected]> | 2015-10-22 16:22:46 +0200 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2015-10-22 16:22:46 +0200 |
commit | d49d34b76ba5ee2e417479e2098b687453c2962a (patch) | |
tree | cb83a729a4d3e392b98eea8fd7905ebcffbfe1f1 /macosx/HBAudioTrackPreset.h | |
parent | 618bfd0bb81b4d70e640e49835da19177d7b2650 (diff) |
MacGui: partial undo/redo support in the defaults sheets.
Diffstat (limited to 'macosx/HBAudioTrackPreset.h')
-rw-r--r-- | macosx/HBAudioTrackPreset.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/macosx/HBAudioTrackPreset.h b/macosx/HBAudioTrackPreset.h index f8f09ea14..0c96a3af8 100644 --- a/macosx/HBAudioTrackPreset.h +++ b/macosx/HBAudioTrackPreset.h @@ -37,6 +37,8 @@ NS_ASSUME_NONNULL_BEGIN @property (nonatomic, readonly) NSArray *samplerates; @property (nonatomic, readonly) NSArray *bitrates; +@property (nonatomic, readwrite, weak, nullable) NSUndoManager *undo; + @end NS_ASSUME_NONNULL_END |