fixed #165 Password generator is reseted if opened as single window not via generate button on entry

This commit is contained in:
michael starke
2014-03-23 21:50:33 +01:00
parent 273b77572b
commit fb0007d1c0
3 changed files with 15 additions and 3 deletions

View File

@@ -12,4 +12,11 @@
@property (copy, readonly) NSString *generatedPassword;
/**
* Should be called to reset the generator
*
* @param sender sender of the action
*/
- (void)reset;
@end