From: ritsuka Date: Fri, 24 Jul 2015 10:09:30 +0000 (+0000) Subject: MacGui: missing changes from the previous commit. X-Git-Tag: 1.0.0~1015 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ae2470b07ab1a3ae7d97668d09b60b4c698fe234;p=handbrake MacGui: missing changes from the previous commit. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7373 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- diff --git a/macosx/HBController.h b/macosx/HBController.h index 196f3cae0..0e4f7351e 100644 --- a/macosx/HBController.h +++ b/macosx/HBController.h @@ -89,7 +89,9 @@ - (instancetype)initWithQueue:(HBQueueController *)queueController presetsManager:(HBPresetsManager *)manager; - (void)launchAction; -- (void)openFile:(NSURL *)fileURL; + +- (BOOL)openURL:(NSURL *)fileURL; +- (BOOL)openJob:(HBJob *)job; - (IBAction)browseSources:(id)sender; @@ -100,7 +102,6 @@ - (IBAction)addToQueue:(id)sender; - (IBAction)addAllTitlesToQueue:(id)sender; -- (void)openJob:(HBJob *)job; - (void)setQueueState:(NSString *)info; - (void)setQueueInfo:(NSString *)info progress:(double)progress hidden:(BOOL)hidden;