summaryrefslogtreecommitdiffstats
path: root/macosx/HBVideoController.h
diff options
context:
space:
mode:
authorritsuka <[email protected]>2014-12-30 07:13:07 +0000
committerritsuka <[email protected]>2014-12-30 07:13:07 +0000
commite85690352f677b49355633570ae1b34bb953f411 (patch)
treea5422a1bfa4af11f903cd69ea4d62765ce9f844e /macosx/HBVideoController.h
parent30d1c1cc1e7db5336ba614947dfecb54b453917d (diff)
MacGui: fix a bunch of regressions (various crash when in some textfields, encode log going to the wrong directory).
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6676 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBVideoController.h')
-rw-r--r--macosx/HBVideoController.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/macosx/HBVideoController.h b/macosx/HBVideoController.h
index 0816e1d71..d62edf45a 100644
--- a/macosx/HBVideoController.h
+++ b/macosx/HBVideoController.h
@@ -7,7 +7,7 @@
#import <Cocoa/Cocoa.h>
@class HBAdvancedController;
-@class HBVideo;
+@class HBJob;
/**
* HBVideoController
@@ -16,12 +16,6 @@
- (instancetype)initWithAdvancedController:(HBAdvancedController *)advancedController;
-/**
- * Summaries of the pictures and filters settings
- */
-@property (nonatomic, copy, readwrite) NSString *pictureSettings;
-@property (nonatomic, copy, readwrite) NSString *pictureFilters;
-
-@property (nonatomic, readwrite, assign) HBVideo *video;
+@property (nonatomic, readwrite, assign) HBJob *job;
@end