Revision: 29230 http://sourceforge.net/p/bibdesk/svn/29230 Author: hofman Date: 2025-04-28 18:59:17 +0000 (Mon, 28 Apr 2025) Log Message: ----------- make resetServerWithInfo: private
Modified Paths: -------------- trunk/bibdesk/BDSKSearchGroup.h trunk/bibdesk/BDSKSearchGroup.m Modified: trunk/bibdesk/BDSKSearchGroup.h =================================================================== --- trunk/bibdesk/BDSKSearchGroup.h 2025-04-28 18:35:07 UTC (rev 29229) +++ trunk/bibdesk/BDSKSearchGroup.h 2025-04-28 18:59:17 UTC (rev 29230) @@ -90,8 +90,6 @@ - (void)search; -- (void)resetServerWithInfo:(BDSKServerInfo *)info; - @property (nonatomic, nullable, readonly) NSFormatter *searchStringFormatter; + (NSDictionary *)dictionaryWithBdsksearchURL:(NSURL *)bdsksearchURL; Modified: trunk/bibdesk/BDSKSearchGroup.m =================================================================== --- trunk/bibdesk/BDSKSearchGroup.m 2025-04-28 18:35:07 UTC (rev 29229) +++ trunk/bibdesk/BDSKSearchGroup.m 2025-04-28 18:59:17 UTC (rev 29230) @@ -64,6 +64,10 @@ static NSMapTable *BDSKSearchGroupURLQueryKeys = nil; +@interface BDSKSearchGroup () +- (void)resetServerWithInfo:(BDSKServerInfo *)info; +@end + @implementation BDSKSearchGroup @dynamic type, serverInfo, searchTerm, history, numberOfAvailableResults, errorMessage, hasMoreResults, searchStringFormatter; 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