diff options
Diffstat (limited to 'macosx/HBQueueController.h')
-rw-r--r-- | macosx/HBQueueController.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBQueueController.h b/macosx/HBQueueController.h index 92379793f..06856f096 100644 --- a/macosx/HBQueueController.h +++ b/macosx/HBQueueController.h @@ -130,7 +130,7 @@ BOOL fIsDragging; - (void) animateWorkingEncodeIconInQueue; - (void) startAnimatingCurrentWorkingEncodeInQueue; - (void) stopAnimatingCurrentJobGroupInQueue; - +- (void)setQueueStatusString: (NSString *)statusString; - (IBAction)showQueueWindow: (id)sender; |