diff options
author | Damiano Galassi <[email protected]> | 2018-06-08 16:59:25 +0200 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2018-06-08 16:59:25 +0200 |
commit | c762b2c0ec5b6fb58d1fd453e2b5aed526c6d693 (patch) | |
tree | e0ab43c5ddd28ed876158b689be0c93c2380d970 /macosx/HBQueueController.h | |
parent | de7355d5ad5257c4cce5e0a99fffb3ee58264ba0 (diff) |
MacGui: set the minimum deployment target to 10.10. Remove Growl and use macOS standard notifications. Remove deprecated API usage and code that doesn't compile anymore (QTKit).
Diffstat (limited to 'macosx/HBQueueController.h')
-rw-r--r-- | macosx/HBQueueController.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/macosx/HBQueueController.h b/macosx/HBQueueController.h index 3584f7737..597b68a1d 100644 --- a/macosx/HBQueueController.h +++ b/macosx/HBQueueController.h @@ -5,7 +5,6 @@ It may be used under the terms of the GNU General Public License. */ #import <Cocoa/Cocoa.h> -#import <Growl/Growl.h> NS_ASSUME_NONNULL_BEGIN @@ -15,7 +14,7 @@ NS_ASSUME_NONNULL_BEGIN @class HBCore; @class HBJob; -@interface HBQueueController : NSWindowController <NSToolbarDelegate, NSWindowDelegate, GrowlApplicationBridgeDelegate> +@interface HBQueueController : NSWindowController <NSToolbarDelegate, NSWindowDelegate> - (instancetype)initWithURL:(NSURL *)queueURL; |