From 0f26c5c3b3e606c89724067d4785323de3fee751 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Sun, 7 Sep 2025 13:14:48 +0200 Subject: Autosave on change --- QSDeliciousPlugIn_Source.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'QSDeliciousPlugIn_Source.h') diff --git a/QSDeliciousPlugIn_Source.h b/QSDeliciousPlugIn_Source.h index 9d22d91..1eff1c7 100644 --- a/QSDeliciousPlugIn_Source.h +++ b/QSDeliciousPlugIn_Source.h @@ -17,6 +17,8 @@ IBOutlet NSTextField *passField; IBOutlet NSTextField *hostField; } + +- (IBAction)settingsChanged:(id)sender; @end @interface QSCatalogEntry (OldStyleSourceSupport) -- cgit