diff options
author | dynaflash <[email protected]> | 2008-01-14 13:58:19 +0000 |
---|---|---|
committer | dynaflash <[email protected]> | 2008-01-14 13:58:19 +0000 |
commit | 8520e5c0c5ccc2f96f4d7b995ff6a56ecf27babe (patch) | |
tree | ec5d41fa8b8ca0ea055953c0cc38f6c6acab7bfe /macosx/HBQueueController.h | |
parent | ff41cd481c574a0bb600968e1595652d6de090ea (diff) |
MacGui: Warn of duplicate output filenames when adding to the queue.
- Thanks travistex
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1192 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBQueueController.h')
-rw-r--r-- | macosx/HBQueueController.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/macosx/HBQueueController.h b/macosx/HBQueueController.h index d1bb0c782..2070f0418 100644 --- a/macosx/HBQueueController.h +++ b/macosx/HBQueueController.h @@ -178,7 +178,7 @@ BOOL fIsDragging; - (HBQueueJobGroupStatus) status; - (void) setPresetName: (NSString *)name; - (NSString *) presetName; -- (NSString *) path; +- (NSString *) destinationPath; - (NSString *) name; // Creating a description @@ -264,6 +264,9 @@ BOOL fIsDragging; - (HBJobGroup *) currentJobGroup; - (HBJob *) currentJob; +// Getting job groups +- (HBJobGroup *) pendingJobGroupWithDestinationPath: (NSString *)path; + // Getting queue statistics - (unsigned int) pendingCount; - (unsigned int) completedCount; |