diff options
author | Damiano Galassi <[email protected]> | 2016-02-15 11:13:39 +0100 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2016-02-15 11:13:39 +0100 |
commit | bced9cf423c41335de91922863940b60fb183b28 (patch) | |
tree | 9b3146ba1e33ff7563c968852d11853d9a51d49c /macosx/HBTitleSelectionController.h | |
parent | b63b0bb81471ca6d8aa89fc3800126dfe91d84bc (diff) |
MacGui: show what preset will be used in the 'Add titles to queue' panel. Use autolayout for the xib.
Diffstat (limited to 'macosx/HBTitleSelectionController.h')
-rw-r--r-- | macosx/HBTitleSelectionController.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBTitleSelectionController.h b/macosx/HBTitleSelectionController.h index 8aa7e33eb..4999687fa 100644 --- a/macosx/HBTitleSelectionController.h +++ b/macosx/HBTitleSelectionController.h @@ -18,7 +18,7 @@ NS_ASSUME_NONNULL_BEGIN @interface HBTitleSelectionController : NSWindowController -- (instancetype)initWithTitles:(NSArray<HBTitle *> *)titles delegate:(id<HBTitleSelectionDelegate>)delegate; +- (instancetype)initWithTitles:(NSArray<HBTitle *> *)titles presetName:(NSString *)presetName delegate:(id<HBTitleSelectionDelegate>)delegate; @end |