From 6aee3b7518264af46fd7d2f4580579313e2eaf72 Mon Sep 17 00:00:00 2001 From: ritsuka Date: Sun, 10 Aug 2014 16:05:07 +0000 Subject: 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 --- macosx/HBVideoController.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'macosx/HBVideoController.h') diff --git a/macosx/HBVideoController.h b/macosx/HBVideoController.h index 75a65f292..b3d0637bc 100644 --- a/macosx/HBVideoController.h +++ b/macosx/HBVideoController.h @@ -5,6 +5,8 @@ It may be used under the terms of the GNU General Public License. */ #import +#import "HBViewValidation.h" + #include "hb.h" @class HBController; @@ -17,9 +19,7 @@ extern NSString *HBVideoEncoderChangedNotification; * * Responds to HBContainerChangedNotification and HBTitleChangedNotification notifications. */ -@interface HBVideoController : NSViewController - -- (void)enableUI:(BOOL)b; +@interface HBVideoController : NSViewController // Methods to apply the settings to the controller - (void)applyVideoSettingsFromQueue:(NSDictionary *)queueToApply; -- cgit v1.2.3