Group inspector now correctly edits expires flag and search and auto type inheritance

This commit is contained in:
michael starke
2013-09-03 01:26:03 +02:00
parent de13be4db8
commit e7cdf352f8
6 changed files with 124 additions and 11 deletions

View File

@@ -31,6 +31,9 @@
@property (weak) IBOutlet NSTabView *tabView;
@property (strong) IBOutlet NSView *generalView;
@property (weak) IBOutlet NSButton *expiresCheckButton;
@property (weak) IBOutlet NSTokenField *tagsTokenField;
- (void)setupBindings:(MPDocument *)document;
@end