summaryrefslogtreecommitdiffstats
path: root/macosx/HBChapterTitlesController.h
diff options
context:
space:
mode:
authorritsuka <[email protected]>2014-12-21 06:34:10 +0000
committerritsuka <[email protected]>2014-12-21 06:34:10 +0000
commit01b16be689edd6ade8a348466a9cb362b0d3a949 (patch)
tree79e629a396e7cf62f5c7f80a7b59f84c2166003d /macosx/HBChapterTitlesController.h
parentb4a65e7027fc060c8df9deae30a2a3ab460be520 (diff)
MacGui: use HBJob when possible.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6633 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBChapterTitlesController.h')
-rw-r--r--macosx/HBChapterTitlesController.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/macosx/HBChapterTitlesController.h b/macosx/HBChapterTitlesController.h
index 0e59ce902..c0fdaec23 100644
--- a/macosx/HBChapterTitlesController.h
+++ b/macosx/HBChapterTitlesController.h
@@ -7,14 +7,17 @@
#import <Cocoa/Cocoa.h>
#import "HBViewValidation.h"
+@class HBJob;
+
/**
* HBChapterTitlesController
- * Responds to HBTitleChangedNotification notifications.
*/
@interface HBChapterTitlesController : NSViewController <HBViewValidation>
- (void)addChaptersFromQueue:(NSMutableArray *)newChaptersArray;
+@property (nonatomic, readwrite, assign) HBJob *job;
+
/**
* Enable/disable chapters markers
*/