summaryrefslogtreecommitdiffstats
path: root/macosx/HBQueueController.h
diff options
context:
space:
mode:
authorDamiano Galassi <[email protected]>2015-10-19 17:57:49 +0200
committerDamiano Galassi <[email protected]>2015-10-19 17:57:49 +0200
commit333a81d49982c504bbc3ba7bcb88787442a3a8c4 (patch)
tree2136c41bfb66fd26578b5305f39ec9a6637e9282 /macosx/HBQueueController.h
parente5b59be057da16e782d970e41299d78beef9e878 (diff)
MacGui: improved queue with undo/redo support for adding/removing jobs, and added a icon for failed encode.
Diffstat (limited to 'macosx/HBQueueController.h')
-rw-r--r--macosx/HBQueueController.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/macosx/HBQueueController.h b/macosx/HBQueueController.h
index ca14104ba..ff8ca5aaf 100644
--- a/macosx/HBQueueController.h
+++ b/macosx/HBQueueController.h
@@ -17,6 +17,8 @@ NS_ASSUME_NONNULL_BEGIN
@interface HBQueueController : NSWindowController <NSToolbarDelegate, NSWindowDelegate, GrowlApplicationBridgeDelegate>
+- (instancetype)initWithURL:(NSURL *)queueURL;
+
/// The HBCore used for encoding.
@property (nonatomic, readonly) HBCore *core;