Revision: 13984
http://sourceforge.net/p/skim-app/code/13984
Author: hofman
Date: 2023-12-24 22:52:50 +0000 (Sun, 24 Dec 2023)
Log Message:
-----------
synthesize getter
Modified Paths:
--------------
trunk/SKDownloadController.m
Modified: trunk/SKDownloadController.m
===================================================================
--- trunk/SKDownloadController.m 2023-12-24 22:51:08 UTC (rev 13983)
+++ trunk/SKDownloadController.m 2023-12-24 22:52:50 UTC (rev 13984)
@@ -91,8 +91,8 @@
@implementation SKDownloadController
-@synthesize tableView, clearButton;
-@dynamic downloads, countOfDownloads;
+@synthesize tableView, clearButton, downloads;
+@dynamic countOfDownloads;
+ (void)initialize {
SKINITIALIZE;
@@ -214,10 +214,6 @@
#pragma mark Accessors
-- (NSArray *)downloads {
- return downloads;
-}
-
- (NSUInteger)countOfDownloads {
return [downloads count];
}
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