Using modified DDHotKeyTextField to be notified about changes

This commit is contained in:
michael starke
2014-10-27 22:08:21 +01:00
parent a14b535d22
commit 2a1a7599a2
4 changed files with 9 additions and 4 deletions

View File

@@ -11,7 +11,7 @@
@class DDHotKeyTextField;
@interface MPIntegrationSettingsController : MPViewController <MPSettingsTab>
@interface MPIntegrationSettingsController : MPViewController <MPSettingsTab, NSTextFieldDelegate>
@property (weak) IBOutlet NSButton *enableServerCheckbutton;
@property (weak) IBOutlet NSButton *enableGlobalAutotypeCheckbutton;