Revision: 23966
          http://sourceforge.net/p/bibdesk/svn/23966
Author:   hofman
Date:     2019-07-07 22:07:24 +0000 (Sun, 07 Jul 2019)
Log Message:
-----------
progress is readonly

Modified Paths:
--------------
    trunk/bibdesk/BDSKItemDownload.h

Modified: trunk/bibdesk/BDSKItemDownload.h
===================================================================
--- trunk/bibdesk/BDSKItemDownload.h    2019-07-07 22:06:29 UTC (rev 23965)
+++ trunk/bibdesk/BDSKItemDownload.h    2019-07-07 22:07:24 UTC (rev 23966)
@@ -59,7 +59,7 @@
 @property (nonatomic, readonly) NSURL *URL;
 @property (nonatomic) NSUInteger index;
 @property (nonatomic, readonly) BOOL replace;
-@property (nonatomic) double progress;
+@property (nonatomic, readonly) double progress;
 
 - (id)initWithLinkedFile:(BDSKLinkedFile *)aLinkedFile 
atIndex:(NSUInteger)anIndex replace:(BOOL)aReplace;
 - (id)initWithURL:(NSURL *)aURL;

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to