Revision: 14547
http://sourceforge.net/p/skim-app/code/14547
Author: hofman
Date: 2024-10-12 09:31:13 +0000 (Sat, 12 Oct 2024)
Log Message:
-----------
transitions isnot nullable anymore
Modified Paths:
--------------
trunk/SKPresentationOptionsSheetController.h
Modified: trunk/SKPresentationOptionsSheetController.h
===================================================================
--- trunk/SKPresentationOptionsSheetController.h 2024-10-11 14:13:36 UTC
(rev 14546)
+++ trunk/SKPresentationOptionsSheetController.h 2024-10-12 09:31:13 UTC
(rev 14547)
@@ -71,7 +71,7 @@
@property (nonatomic, nullable, strong) IBOutlet NSArrayController
*arrayController;
@property (nonatomic) BOOL separate;
@property (nonatomic, readonly) SKLabeledTransitionInfo *transition;
-@property (nonatomic, nullable, copy) NSArray<SKLabeledTransitionInfo *>
*transitions;
+@property (nonatomic, copy) NSArray<SKLabeledTransitionInfo *> *transitions;
@property (nonatomic, nullable, readonly) NSDocument *notesDocument;
@property (nonatomic, readonly) NSInteger notesDocumentOffset;
@property (nonatomic, readonly) NSUndoManager *undoManager;
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