From 89c0a25d548575ac2ad9e867fa0f506fed7ad625 Mon Sep 17 00:00:00 2001 From: Damiano Galassi Date: Wed, 28 Oct 2015 08:15:52 +0100 Subject: MacGui: annotate the type of some arrays, and check the count of the input jobs in HBQueueController addJobsFromArray:, so we don't add an empty undo command. --- macosx/HBDistributedArray.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'macosx/HBDistributedArray.m') diff --git a/macosx/HBDistributedArray.m b/macosx/HBDistributedArray.m index 867ee4ffb..97b8378c3 100644 --- a/macosx/HBDistributedArray.m +++ b/macosx/HBDistributedArray.m @@ -52,9 +52,9 @@ NSString *HBDistributedArrayChanged = @"HBDistributedArrayChanged"; NSString *HBDistributedArraWrittenToDisk = @"HBDistributedArraWrittenToDisk"; -@interface HBDistributedArray () +@interface HBDistributedArray () -@property (nonatomic, readonly) NSMutableArray *array; +@property (nonatomic, readonly) NSMutableArray *array; @property (nonatomic, readonly) NSURL *fileURL; @property (nonatomic, readwrite) NSTimeInterval modifiedTime; -- cgit v1.2.3