summaryrefslogtreecommitdiffstats
path: root/macosx/HBVideo.m
diff options
context:
space:
mode:
authorDamiano Galassi <[email protected]>2016-10-31 17:50:36 +0100
committerDamiano Galassi <[email protected]>2016-10-31 17:50:36 +0100
commitb796c6c6b7b5a87c7c8ccf696e92c1469fc62b7d (patch)
tree93b06cd63af3076829af667854b827b55d45a15b /macosx/HBVideo.m
parent9510f7d4ef103c03b69511b4bd4a85679da9ed63 (diff)
MacGui: made some HBJob properties private.
Diffstat (limited to 'macosx/HBVideo.m')
-rw-r--r--macosx/HBVideo.m2
1 files changed, 2 insertions, 0 deletions
diff --git a/macosx/HBVideo.m b/macosx/HBVideo.m
index d1641087e..6dfc16325 100644
--- a/macosx/HBVideo.m
+++ b/macosx/HBVideo.m
@@ -15,6 +15,8 @@ NSString * const HBVideoChangedNotification = @"HBVideoChangedNotification";
@interface HBVideo ()
+@property (nonatomic, readwrite, weak) HBJob *job;
+
@property (nonatomic, readwrite) double qualityMinValue;
@property (nonatomic, readwrite) double qualityMaxValue;