Warning about growl delegate is gone.
This commit is contained in:
parent
25e75ec312
commit
6e109cde94
|
@ -33,9 +33,11 @@
|
||||||
#import "ImageBackgroundView.h"
|
#import "ImageBackgroundView.h"
|
||||||
#import "BarButton.h"
|
#import "BarButton.h"
|
||||||
|
|
||||||
|
#import <Growl/Growl.h>
|
||||||
|
|
||||||
@class TorrentTableView;
|
@class TorrentTableView;
|
||||||
|
|
||||||
@interface Controller : NSObject
|
@interface Controller : NSObject <GrowlApplicationBridgeDelegate>
|
||||||
{
|
{
|
||||||
tr_handle_t * fLib;
|
tr_handle_t * fLib;
|
||||||
int fCompleted;
|
int fCompleted;
|
||||||
|
|
|
@ -31,7 +31,6 @@
|
||||||
#import "StringAdditions.h"
|
#import "StringAdditions.h"
|
||||||
|
|
||||||
#import <Sparkle/Sparkle.h>
|
#import <Sparkle/Sparkle.h>
|
||||||
#import <Growl/GrowlApplicationBridge.h>
|
|
||||||
|
|
||||||
#define TOOLBAR_OPEN @"Toolbar Open"
|
#define TOOLBAR_OPEN @"Toolbar Open"
|
||||||
#define TOOLBAR_REMOVE @"Toolbar Remove"
|
#define TOOLBAR_REMOVE @"Toolbar Remove"
|
||||||
|
|
Loading…
Reference in New Issue