diff options
author | ritsuka <[email protected]> | 2007-09-10 13:23:30 +0000 |
---|---|---|
committer | ritsuka <[email protected]> | 2007-09-10 13:23:30 +0000 |
commit | ee9802a07ae486348ad7c1d5c6f5e27ff0b063ad (patch) | |
tree | ee9b66dde9c29b0190796a9e1fd3f6e1799a9997 /macosx/Controller.h | |
parent | 1431511b085cf5389d67bebec9149e12ca24ba75 (diff) |
MacGui: New preferences window. We need some new icons for the toolbar.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@942 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/Controller.h')
-rw-r--r-- | macosx/Controller.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/macosx/Controller.h b/macosx/Controller.h index 088ce15f7..dd985a7b1 100644 --- a/macosx/Controller.h +++ b/macosx/Controller.h @@ -14,6 +14,7 @@ #import "HBQueueController.h" #import "MVMenuButton.h" #import "HBAdvancedController.h" +#import "HBPreferencesController.h" @class HBOutputPanelController; @@ -30,6 +31,8 @@ HBAdvancedController * fAdvancedOptions; IBOutlet NSBox * fAdvancedView; + HBPreferencesController * fPreferencesController; + /* Queue panel */ HBQueueController * fQueueController; IBOutlet NSTextField * fQueueStatus; @@ -234,8 +237,6 @@ - (IBAction) Pause: (id) sender; - (IBAction) calculateBitrate: (id) sender; -- (void) controlTextDidBeginEditing: (NSNotification *) notification; -- (void) controlTextDidEndEditing: (NSNotification *) notification; - (void) controlTextDidChange: (NSNotification *) notification; - (IBAction) openHomepage: (id) sender; |