Revision: 29027
          http://sourceforge.net/p/bibdesk/svn/29027
Author:   hofman
Date:     2025-02-19 15:31:14 +0000 (Wed, 19 Feb 2025)
Log Message:
-----------
add some forgotten nullability

Modified Paths:
--------------
    trunk/bibdesk/BDSKAuthenticationController.h
    trunk/bibdesk/BDSKMacroWindowController.h

Modified: trunk/bibdesk/BDSKAuthenticationController.h
===================================================================
--- trunk/bibdesk/BDSKAuthenticationController.h        2025-02-19 10:41:39 UTC 
(rev 29026)
+++ trunk/bibdesk/BDSKAuthenticationController.h        2025-02-19 15:31:14 UTC 
(rev 29027)
@@ -51,12 +51,12 @@
     BOOL usingSheet;
 }
 
-@property (nonatomic, strong) IBOutlet NSTextField *mainLabelField;
-@property (nonatomic, strong) IBOutlet NSTextField *smallLabelField;
-@property (nonatomic, strong) IBOutlet NSTextField *separateRealmLabelField;
-@property (nonatomic, strong) IBOutlet NSTextField *passwordField;
-@property (nonatomic, strong) IBOutlet NSTextField *userField;
-@property (nonatomic, strong) IBOutlet NSButton *rememberButton;
+@property (nonatomic, nullable, strong) IBOutlet NSTextField *mainLabelField;
+@property (nonatomic, nullable, strong) IBOutlet NSTextField *smallLabelField;
+@property (nonatomic, nullable, strong) IBOutlet NSTextField 
*separateRealmLabelField;
+@property (nonatomic, nullable, strong) IBOutlet NSTextField *passwordField;
+@property (nonatomic, nullable, strong) IBOutlet NSTextField *userField;
+@property (nonatomic, nullable, strong) IBOutlet NSButton *rememberButton;
 
 - (void)runAuthentication:(NSURLAuthenticationChallenge *)challenge 
window:(nullable NSWindow *)window completionHandler:(void 
(^)(NSURLSessionAuthChallengeDisposition disposition, NSURLCredential * 
_Nullable credential))completionHandler;
 

Modified: trunk/bibdesk/BDSKMacroWindowController.h
===================================================================
--- trunk/bibdesk/BDSKMacroWindowController.h   2025-02-19 10:41:39 UTC (rev 
29026)
+++ trunk/bibdesk/BDSKMacroWindowController.h   2025-02-19 15:31:14 UTC (rev 
29027)
@@ -56,10 +56,10 @@
 
 - (instancetype)initWithMacroResolver:(BDSKMacroResolver *)aMacroResolver;
 
-@property (nonatomic, strong) IBOutlet NSArrayController *arrayController;
-@property (nonatomic, strong) IBOutlet BDSKTableView *tableView;
-@property (nonatomic, strong) IBOutlet NSButton *closeButton;
-@property (nonatomic, strong) IBOutlet NSSegmentedControl *addRemoveButton;
+@property (nonatomic, nullable, strong) IBOutlet NSArrayController 
*arrayController;
+@property (nonatomic, nullable, strong) IBOutlet BDSKTableView *tableView;
+@property (nonatomic, nullable, strong) IBOutlet NSButton *closeButton;
+@property (nonatomic, nullable, strong) IBOutlet NSSegmentedControl 
*addRemoveButton;
 
 @property (nonatomic, readonly) BDSKMacroResolver *macroResolver;
 

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



_______________________________________________
Bibdesk-commit mailing list
Bibdesk-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to