summaryrefslogtreecommitdiffstats
path: root/macosx/HBSubtitlesController.h
diff options
context:
space:
mode:
authorritsuka <[email protected]>2014-08-10 16:05:07 +0000
committerritsuka <[email protected]>2014-08-10 16:05:07 +0000
commit6aee3b7518264af46fd7d2f4580579313e2eaf72 (patch)
tree9e2839ae202e1c07baeb181abba643714ae71b21 /macosx/HBSubtitlesController.h
parentc50899dd7361801c04463fe1630392500608ebab (diff)
MacGui: implemented the HBViewValidation protocol in each of the main window view controllers.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6285 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBSubtitlesController.h')
-rw-r--r--macosx/HBSubtitlesController.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/HBSubtitlesController.h b/macosx/HBSubtitlesController.h
index 71bafe868..a117cee0f 100644
--- a/macosx/HBSubtitlesController.h
+++ b/macosx/HBSubtitlesController.h
@@ -5,6 +5,7 @@
It may be used under the terms of the GNU General Public License. */
#import <Cocoa/Cocoa.h>
+#import "HBViewValidation.h"
extern NSString *keySubTrackName;
extern NSString *keySubTrackIndex;
@@ -24,9 +25,8 @@ extern NSString *keySubTrackSrtCharCode;
* HBSubtitlesController
* Responds to HBContainerChangedNotification and HBTitleChangedNotification notifications.
*/
-@interface HBSubtitlesController : NSViewController
+@interface HBSubtitlesController : NSViewController <HBViewValidation>
-- (void)enableUI:(BOOL)b;
- (void)addTracksFromQueue:(NSMutableArray *)newSubtitleArray;
- (void)applySettingsFromPreset:(NSDictionary *)preset;