diff options
author | Damiano Galassi <[email protected]> | 2019-08-11 09:58:32 +0200 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2019-08-11 09:58:32 +0200 |
commit | 757efe91236febe8a2773b1b1abb3c6595fbf23f (patch) | |
tree | 2e89f25e2717cf4f911d3c2ad10590e964245085 /macosx/HBQueueController.h | |
parent | bed55e05880f0286f504142a48089bce60c96cc7 (diff) |
MacGui: recover when the xpc service crashes.
Diffstat (limited to 'macosx/HBQueueController.h')
-rw-r--r-- | macosx/HBQueueController.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBQueueController.h b/macosx/HBQueueController.h index 722416cd1..246a267f6 100644 --- a/macosx/HBQueueController.h +++ b/macosx/HBQueueController.h @@ -16,7 +16,7 @@ NS_ASSUME_NONNULL_BEGIN - (instancetype)initWithQueue:(HBQueue *)queue; -@property (nonatomic, readonly) HBQueue *queue; +@property (nonatomic, weak, readonly) HBQueue *queue; @property (nonatomic, weak, nullable) HBAppDelegate *delegate; |