diff options
author | ritsuka <[email protected]> | 2015-04-22 16:58:07 +0000 |
---|---|---|
committer | ritsuka <[email protected]> | 2015-04-22 16:58:07 +0000 |
commit | 7b402b36a87aa44e1fd23d9fdefa4af4a5af4158 (patch) | |
tree | 25a737536203196bcf5dd085fec56c30c80fbf24 /macosx/HBQueueController.h | |
parent | 1e990c1a5441c64ce2b985e019a814deecf74843 (diff) |
MacGui: Remove the "Reload queue" alert. The queue is always reloaded and the queue window is shown if there are pending jobs.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7113 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBQueueController.h')
-rw-r--r-- | macosx/HBQueueController.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/macosx/HBQueueController.h b/macosx/HBQueueController.h index 8ef32b1ae..9e497d8c5 100644 --- a/macosx/HBQueueController.h +++ b/macosx/HBQueueController.h @@ -31,6 +31,8 @@ - (BOOL)jobExistAtURL:(NSURL *)url; - (void)removeAllJobs; +- (void)removeCompletedJobs; + - (void)setEncodingJobsAsPending; - (IBAction)rip:(id)sender; |