diff options
Diffstat (limited to 'macosx/HBJob.h')
-rw-r--r-- | macosx/HBJob.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/macosx/HBJob.h b/macosx/HBJob.h index 3dda3f27e..27075215c 100644 --- a/macosx/HBJob.h +++ b/macosx/HBJob.h @@ -7,6 +7,7 @@ #import <Foundation/Foundation.h> @class HBPreset; +@class HBMutablePreset; @class HBTitle; #import "HBRange.h" @@ -37,13 +38,10 @@ typedef NS_ENUM(NSUInteger, HBJobState){ /** * HBJob */ -@interface HBJob : NSObject <NSSecureCoding, NSCopying, HBUniqueObject> +@interface HBJob : NSObject <NSSecureCoding, NSCopying, HBPresetCoding, HBUniqueObject> - (instancetype)initWithTitle:(HBTitle *)title andPreset:(HBPreset *)preset; -- (void)applyPreset:(HBPreset *)preset; -- (void)applyCurrentSettingsToPreset:(NSMutableDictionary *)dict; - /// Current state of the job. @property (nonatomic, readwrite) HBJobState state; |