diff options
author | Damiano Galassi <[email protected]> | 2017-11-13 14:01:19 +0100 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2017-11-13 14:01:19 +0100 |
commit | 17a4bb75f924854532636f4e3450ae9f4a4d8c81 (patch) | |
tree | 45a0e2e46a3f518fe21d6338bfdce4985ef45ac9 /macosx/HBJob+UIAdditions.h | |
parent | 30f2ed8041a865852b049b530a527f3821bab0dd (diff) |
MacGui: short job description in the summary tab.
Diffstat (limited to 'macosx/HBJob+UIAdditions.h')
-rw-r--r-- | macosx/HBJob+UIAdditions.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/macosx/HBJob+UIAdditions.h b/macosx/HBJob+UIAdditions.h index 0ef1d05be..866033766 100644 --- a/macosx/HBJob+UIAdditions.h +++ b/macosx/HBJob+UIAdditions.h @@ -16,6 +16,9 @@ @property (nonatomic, readonly) NSAttributedString *attributedDescription; +@property (nonatomic, readonly) NSString *shortDescription; +@property (nonatomic, readonly) NSString *filtersShortDescription; + @end @interface HBContainerTransformer : NSValueTransformer |