Autotype Hotkey refactorings

This commit is contained in:
michael starke
2014-08-15 23:58:36 +02:00
parent 3a628dbf70
commit cb46d54705
7 changed files with 37 additions and 6 deletions

View File

@@ -9,10 +9,13 @@
#import "MPViewController.h"
#import "MPSettingsTab.h"
@class DDHotKeyTextField;
@interface MPIntegrationSettingsController : MPViewController <MPSettingsTab>
@property (weak) IBOutlet NSButton *enableServerCheckbutton;
@property (weak) IBOutlet NSButton *enableGlobalAutotypeCheckbutton;
@property (weak) IBOutlet NSButton *enableQuicklookCheckbutton;
@property (weak) IBOutlet DDHotKeyTextField *hotKeyTextField;
@end