Revision: 28492
http://sourceforge.net/p/bibdesk/svn/28492
Author: hofman
Date: 2023-12-31 16:31:37 +0000 (Sun, 31 Dec 2023)
Log Message:
-----------
use weak
Modified Paths:
--------------
trunk/QuickLook-BibDesk/BDSKSpotlightIconController.h
Modified: trunk/QuickLook-BibDesk/BDSKSpotlightIconController.h
===================================================================
--- trunk/QuickLook-BibDesk/BDSKSpotlightIconController.h 2023-12-30
22:35:08 UTC (rev 28491)
+++ trunk/QuickLook-BibDesk/BDSKSpotlightIconController.h 2023-12-31
16:31:37 UTC (rev 28492)
@@ -49,8 +49,8 @@
+ (NSBitmapImageRep *)imageRepWithMetadataItem:(id)anItem forBundle:(NSBundle
*)bundle;
+ (NSBitmapImageRep *)imageRepWithSearchItem:(id)anItem forBundle:(NSBundle
*)bundle;
-@property (nonatomic, retain) IBOutlet NSWindow *window;
-@property (nonatomic, retain) IBOutlet NSArrayController *arrayController;
+@property (nonatomic, strong) IBOutlet NSWindow *window;
+@property (nonatomic, strong) IBOutlet NSArrayController *arrayController;
@end
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