diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-09-08 10:38:39 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-09-08 10:38:39 +0200 |
| commit | a5e25cc05e5e33e114331cc826211c89adbcfa6a (patch) | |
| tree | 2ea647b5117e5c3b530ec66d4caafd04969e0fbe /QSDeliciousPlugIn_Source.h | |
| parent | 0f26c5c3b3e606c89724067d4785323de3fee751 (diff) | |
Reorganize code, WIP save for tag handling
Diffstat (limited to 'QSDeliciousPlugIn_Source.h')
| -rw-r--r-- | QSDeliciousPlugIn_Source.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |