Revision: 14333
          http://sourceforge.net/p/skim-app/code/14333
Author:   hofman
Date:     2024-06-11 16:25:14 +0000 (Tue, 11 Jun 2024)
Log Message:
-----------
remove weak from readonly properties

Modified Paths:
--------------
    trunk/SKSnapshotWindowController.h

Modified: trunk/SKSnapshotWindowController.h
===================================================================
--- trunk/SKSnapshotWindowController.h  2024-06-11 15:55:23 UTC (rev 14332)
+++ trunk/SKSnapshotWindowController.h  2024-06-11 16:25:14 UTC (rev 14333)
@@ -73,11 +73,11 @@
 @property (nonatomic, nullable, readonly, copy) NSString *pageLabel;
 @property (nonatomic, nullable, copy) NSString *string;
 @property (nonatomic, readonly) BOOL hasWindow;
-@property (weak, nonatomic, readonly) NSDictionary<NSString *, id> 
*currentSetup;
+@property (nonatomic, readonly) NSDictionary<NSString *, id> *currentSetup;
 @property (nonatomic) BOOL forceOnTop;
-@property (weak, nonatomic, readonly) SKSnapshotConfiguration 
*currentConfiguration;
+@property (nonatomic, readonly) SKSnapshotConfiguration *currentConfiguration;
 
-@property (weak, nonatomic, readonly) NSAttributedString *thumbnailAttachment, 
*thumbnail512Attachment, *thumbnail256Attachment, *thumbnail128Attachment, 
*thumbnail64Attachment, *thumbnail32Attachment;
+@property (nonatomic, readonly) NSAttributedString *thumbnailAttachment, 
*thumbnail512Attachment, *thumbnail256Attachment, *thumbnail128Attachment, 
*thumbnail64Attachment, *thumbnail32Attachment;
 
 - (void)setPdfDocument:(PDFDocument *)pdfDocument 
goToPageNumber:(NSInteger)pageNum rect:(NSRect)rect scaleFactor:(CGFloat)factor 
autoFits:(BOOL)autoFits;
 - (void)setPdfDocument:(PDFDocument *)pdfDocument setup:(NSDictionary<NSString 
*, id> *)setup;

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



_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to