Revision: 14244
          http://sourceforge.net/p/skim-app/code/14244
Author:   hofman
Date:     2024-05-19 08:36:03 +0000 (Sun, 19 May 2024)
Log Message:
-----------
declare outlet for delegate

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

Modified: trunk/SKDragImageView.h
===================================================================
--- trunk/SKDragImageView.h     2024-05-13 21:51:34 UTC (rev 14243)
+++ trunk/SKDragImageView.h     2024-05-19 08:36:03 UTC (rev 14244)
@@ -46,7 +46,7 @@
        __weak id <SKDragImageViewDelegate> delegate;
 } 
 
-@property (nonatomic, nullable, weak) id <SKDragImageViewDelegate> delegate;
+@property (nonatomic, nullable, weak) IBOutlet id <SKDragImageViewDelegate> 
delegate;
 
 - (IBAction)show:(nullable id)sender;
 - (IBAction)togglePreviewPanel:(nullable id)sender;

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