diff options
author | ritsuka <[email protected]> | 2015-07-27 08:51:30 +0000 |
---|---|---|
committer | ritsuka <[email protected]> | 2015-07-27 08:51:30 +0000 |
commit | aa4f592e9a991144e1ecac601858eefbf12a853c (patch) | |
tree | cb599cf44204baccde988182beae546f86e22e52 /macosx/HBPreviewController.h | |
parent | 0f53167a48fdb049021d0ea9128970c2a4e27e32 (diff) |
MacGui: move the picture and filters settings to the main window.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7379 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBPreviewController.h')
-rw-r--r-- | macosx/HBPreviewController.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/macosx/HBPreviewController.h b/macosx/HBPreviewController.h index d3f1faaca..ccef18cd1 100644 --- a/macosx/HBPreviewController.h +++ b/macosx/HBPreviewController.h @@ -7,10 +7,11 @@ #import <Cocoa/Cocoa.h> @class HBPreviewGenerator; +@class HBPicture; @interface HBPreviewController : NSWindowController <NSWindowDelegate> @property (nonatomic, strong) HBPreviewGenerator *generator; -@property (nonatomic, readwrite, weak) NSWindowController *pictureSettingsWindow; +@property (nonatomic, strong) HBPicture *picture; @end |