diff options
author | ritsuka <[email protected]> | 2015-07-24 10:09:30 +0000 |
---|---|---|
committer | ritsuka <[email protected]> | 2015-07-24 10:09:30 +0000 |
commit | ae2470b07ab1a3ae7d97668d09b60b4c698fe234 (patch) | |
tree | 655ad32edd572c36f69cfe332629f7b11bf06985 /macosx/HBController.h | |
parent | 5fde0dc88488deb0a0c0708cedb7e945c8f2df8c (diff) |
MacGui: missing changes from the previous commit.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7373 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBController.h')
-rw-r--r-- | macosx/HBController.h | 5 |
1 files changed, 3 insertions, 2 deletions
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; |