diff options
Diffstat (limited to 'macosx/Controller.h')
-rw-r--r-- | macosx/Controller.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/macosx/Controller.h b/macosx/Controller.h index 0e846bd94..89755bdb2 100644 --- a/macosx/Controller.h +++ b/macosx/Controller.h @@ -15,6 +15,8 @@ #include "PictureController.h" #include "QueueController.h" +@class HBOutputPanelController; + @interface HBController : NSObject <GrowlApplicationBridgeDelegate> { @@ -194,6 +196,8 @@ /* integer to set to determine the previous state of encode 0==idle, 1==encoding, 2==cancelled*/ int fEncodeState; + + HBOutputPanelController *outputPanel; } - (void) TranslateStrings; @@ -295,6 +299,7 @@ // Growl methods - (NSDictionary *) registrationDictionaryForGrowl; -(IBAction)showGrowlDoneNotification:(id)sender; +- (IBAction)showDebugOutputPanel:(id)sender; @end |