diff options
author | Damiano Galassi <[email protected]> | 2019-07-20 10:15:19 +0200 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2019-07-20 10:15:19 +0200 |
commit | 40290672aca7579e7c7f220efc36f8569dfde7a1 (patch) | |
tree | 9efd52d36bd2424ef86a96e9628df536fcf9eaab /macosx/HBJob+UIAdditions.h | |
parent | 988752d2bce5814044f0db63a952d7e3b29f7ff1 (diff) |
MacGui: fix a number of queue regressions.
Diffstat (limited to 'macosx/HBJob+UIAdditions.h')
-rw-r--r-- | macosx/HBJob+UIAdditions.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/macosx/HBJob+UIAdditions.h b/macosx/HBJob+UIAdditions.h index 7099f08b0..99dcc10c8 100644 --- a/macosx/HBJob+UIAdditions.h +++ b/macosx/HBJob+UIAdditions.h @@ -16,9 +16,7 @@ @property (nonatomic, readonly) NSArray<NSString *> *containers; @property (nonatomic, readonly) NSAttributedString *attributedTitleDescription; - @property (nonatomic, readonly) NSAttributedString *attributedDescription; -@property (nonatomic, readonly) NSAttributedString *attributedExpandedDescription; @property (nonatomic, readonly) NSString *shortDescription; @property (nonatomic, readonly) NSString *filtersShortDescription; |