OSDN Git Service

Moved functions from lang.h to lang.c for easy includion in Controller.mm
[handbrake-jp/handbrake-jp-git.git] / macosx / QueueController.h
index 635adc7..c86ffd4 100644 (file)
@@ -9,6 +9,16 @@
     hb_handle_t            * fHandle;
     IBOutlet NSScrollView  * fScrollView;
     IBOutlet NSView        * fTaskView;
+       
+       /*Display variables for each job in view*/
+       NSString               * jobFormat;
+       NSString               * jobPictureDetail;
+       NSString               * jobVideoDetail;
+       NSString               * jobVideoCodec;
+       NSString               * jobVideoQuality;
+       
+       NSString               * jobAudioDetail;
+       NSString               * jobAudioCodec;
 }
 
 - (void)     SetHandle: (hb_handle_t *) handle;