summaryrefslogtreecommitdiffstats
path: root/macosx/HBController.h
diff options
context:
space:
mode:
authorDamiano Galassi <[email protected]>2017-03-02 18:06:21 +0100
committerDamiano Galassi <[email protected]>2017-03-02 18:06:21 +0100
commit5a85a7012b5cdf9bf7bf7733db01aeea087af596 (patch)
treec271336811d84253b4aa68e8e7b3f7d7e2379141 /macosx/HBController.h
parenta7d96f24f2c8df6b1092d4376c436e6d63514bdb (diff)
MacGui: do not remove a job from the queue if the rescan to the main window fails.
Diffstat (limited to 'macosx/HBController.h')
-rw-r--r--macosx/HBController.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/HBController.h b/macosx/HBController.h
index 5385c914b..66fa4661c 100644
--- a/macosx/HBController.h
+++ b/macosx/HBController.h
@@ -17,8 +17,8 @@
- (void)launchAction;
-- (BOOL)openURL:(NSURL *)fileURL;
-- (BOOL)openJob:(HBJob *)job;
+- (void)openURL:(NSURL *)fileURL;
+- (void)openJob:(HBJob *)job completionHandler:(void (^)(BOOL result))handler;
- (IBAction)browseSources:(id)sender;