summaryrefslogtreecommitdiffstats
path: root/macosx/HBQueueController.h
diff options
context:
space:
mode:
authorritsuka <[email protected]>2015-07-22 07:46:07 +0000
committerritsuka <[email protected]>2015-07-22 07:46:07 +0000
commitbe9ac805c8fbc2c8ba37389ce034db92f15b7e4a (patch)
treef14e4803c1eca0e93c712941f2fed6bfeddd9125 /macosx/HBQueueController.h
parent99d6dc51d695cce18c27b65fb42196a57a4c3eb7 (diff)
MacGui: various queue improvements, including:
- multiple items drag & drop - "reset job" in contextual menu item to reset the job state - a toolbar item to select the action to perform when the queue is done - useless animations. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7358 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBQueueController.h')
-rw-r--r--macosx/HBQueueController.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/macosx/HBQueueController.h b/macosx/HBQueueController.h
index c0efaba17..fc99914f0 100644
--- a/macosx/HBQueueController.h
+++ b/macosx/HBQueueController.h
@@ -25,7 +25,6 @@ NS_ASSUME_NONNULL_BEGIN
@property (nonatomic, readonly) NSUInteger count;
@property (nonatomic, readonly) NSUInteger pendingItemsCount;
-@property (nonatomic, readonly) NSUInteger workingItemsCount;
- (void)addJob:(HBJob *)item;
- (void)addJobsFromArray:(NSArray *)items;