diff options
author | ritsuka <[email protected]> | 2014-12-22 17:12:16 +0000 |
---|---|---|
committer | ritsuka <[email protected]> | 2014-12-22 17:12:16 +0000 |
commit | ee10e1fdb417c7f1047406522379c85c47143bfd (patch) | |
tree | 1ed8f1ae02ee7296162c640bb238a425af93a02b /macosx/HBChapterTitlesController.h | |
parent | 6bcb7bd0894f9f44637b9668e5b5d3d388aef152 (diff) |
MacGui: set the chapter titles directly in HBJob. Move more things over to HBTitle and HBJob.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6642 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBChapterTitlesController.h')
-rw-r--r-- | macosx/HBChapterTitlesController.h | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/macosx/HBChapterTitlesController.h b/macosx/HBChapterTitlesController.h index c0fdaec23..07b23d0ae 100644 --- a/macosx/HBChapterTitlesController.h +++ b/macosx/HBChapterTitlesController.h @@ -12,21 +12,10 @@ /** * HBChapterTitlesController */ -@interface HBChapterTitlesController : NSViewController <HBViewValidation> +@interface HBChapterTitlesController : NSViewController - (void)addChaptersFromQueue:(NSMutableArray *)newChaptersArray; @property (nonatomic, readwrite, assign) HBJob *job; -/** - * Enable/disable chapters markers - */ -@property (readwrite, nonatomic) BOOL createChapterMarkers; - -/** - * Get the list of chapter titles - */ -@property (readonly, nonatomic) NSArray *chapterTitlesArray; - - @end |