diff options
author | Damiano Galassi <[email protected]> | 2016-01-15 19:44:27 +0100 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2016-01-15 19:44:27 +0100 |
commit | 6ad1d603b266319d97a69fd53dcf3eeab88bde63 (patch) | |
tree | 092ff4ace3b65fe81c16b4f37a6f7d86cd81ee47 /macosx/HBPreviewController.h | |
parent | ea41fc2983591d73e1aa6d817f646bf5679060b7 (diff) |
MacGui: pass the main window undomanager to the preview window.
Diffstat (limited to 'macosx/HBPreviewController.h')
-rw-r--r-- | macosx/HBPreviewController.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/macosx/HBPreviewController.h b/macosx/HBPreviewController.h index ccef18cd1..ca0cdefbc 100644 --- a/macosx/HBPreviewController.h +++ b/macosx/HBPreviewController.h @@ -8,10 +8,13 @@ @class HBPreviewGenerator; @class HBPicture; +@class HBController; @interface HBPreviewController : NSWindowController <NSWindowDelegate> @property (nonatomic, strong) HBPreviewGenerator *generator; @property (nonatomic, strong) HBPicture *picture; +@property (nonatomic, assign) HBController *documentController; + @end |