From a5e25cc05e5e33e114331cc826211c89adbcfa6a Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Mon, 8 Sep 2025 10:38:39 +0200 Subject: Reorganize code, WIP save for tag handling --- QSDeliciousPlugIn_Source.h | 1 + 1 file changed, 1 insertion(+) (limited to 'QSDeliciousPlugIn_Source.h') diff --git a/QSDeliciousPlugIn_Source.h b/QSDeliciousPlugIn_Source.h index 1eff1c7..56456c5 100644 --- a/QSDeliciousPlugIn_Source.h +++ b/QSDeliciousPlugIn_Source.h @@ -17,6 +17,7 @@ IBOutlet NSTextField *passField; IBOutlet NSTextField *hostField; } +@property (nonatomic, strong) NSString *internalPassword; - (IBAction)settingsChanged:(id)sender; @end -- cgit