From aa4f592e9a991144e1ecac601858eefbf12a853c Mon Sep 17 00:00:00 2001 From: ritsuka Date: Mon, 27 Jul 2015 08:51:30 +0000 Subject: MacGui: move the picture and filters settings to the main window. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7379 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- macosx/HBController.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'macosx/HBController.h') diff --git a/macosx/HBController.h b/macosx/HBController.h index 0e4f7351e..ed604d6a2 100644 --- a/macosx/HBController.h +++ b/macosx/HBController.h @@ -8,13 +8,13 @@ @class HBQueueController; +@class HBPictureViewController; @class HBVideoController; @class HBAudioController; @class HBSubtitlesController; @class HBAdvancedController; @class HBChapterTitlesController; -@class HBPictureController; @class HBPreviewController; @class HBPreferencesController; @@ -27,6 +27,10 @@ { IBOutlet NSTabView *fMainTabView; + // Picture controller + HBPictureViewController * fPictureViewController; + IBOutlet NSTabViewItem * fPictureTab; + // Video view controller HBVideoController * fVideoController; IBOutlet NSTabViewItem * fVideoTab; @@ -47,8 +51,6 @@ HBAdvancedController * fAdvancedOptions; IBOutlet NSTabViewItem * fAdvancedTab; - // Picture Settings - HBPictureController * fPictureController; // Picture Preview HBPreviewController * fPreviewController; HBPreferencesController * fPreferencesController; @@ -95,7 +97,6 @@ - (IBAction)browseSources:(id)sender; -- (IBAction)showPicturePanel:(id)sender; - (IBAction)showPreviewWindow:(id)sender; // Queue -- cgit v1.2.3