Post active mapping changes through notification center rather than to the applicatio...
[enjoyable.git] / ApplicationController.h
index d9a875a..dc513ae 100644 (file)
@@ -10,7 +10,7 @@
 @class TargetController;
 @class ConfigsController;
 
-@interface ApplicationController : NSObject {
+@interface ApplicationController : NSObject <NSApplicationDelegate> {
     IBOutlet NSDrawer *drawer;
     IBOutlet NSWindow *mainWindow;
     IBOutlet NSToolbarItem *activeButton;
@@ -24,6 +24,5 @@
 
 - (IBAction)toggleActivity:(id)sender;
 - (void)configsChanged;
-- (void)configChanged;
 
 @end