mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-19 13:19:31 +00:00
More use of properties. Fixed wrongfull controller bindings
This commit is contained in:
@@ -13,8 +13,8 @@
|
||||
|
||||
@interface MPSavePanelAccessoryViewController : MPViewController
|
||||
|
||||
@property (nonatomic, assign) NSSavePanel *savePanel;
|
||||
@property (nonatomic, assign) MPDocument *document;
|
||||
@property (nonatomic, weak) NSSavePanel *savePanel;
|
||||
@property (nonatomic, weak) MPDocument *document;
|
||||
@property (nonatomic, assign, readonly) KPKVersion selectedVersion;
|
||||
|
||||
@property (nonatomic, weak) IBOutlet NSPopUpButton *fileTypePopupButton;
|
||||
|
||||
Reference in New Issue
Block a user