summaryrefslogtreecommitdiffstats
path: root/passworddialog.h
diff options
context:
space:
mode:
authorJonathan Klimt <jounathaen@mail.de>2016-10-11 22:38:33 +0200
committerJonathan Klimt <jounathaen@mail.de>2016-10-11 22:38:33 +0200
commit0efa8afe59adf007cb6412f16fe47af3433ca9ff (patch)
tree2f1b28273a070f395fc78203a70721933cb9bffb /passworddialog.h
parent7f0a49ab23f65813b2ea1c22d415749e149e880a (diff)
Added password settings to the new password dialouge
Diffstat (limited to 'passworddialog.h')
-rw-r--r--passworddialog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/passworddialog.h b/passworddialog.h
index 7c4b83ba..c66eb302 100644
--- a/passworddialog.h
+++ b/passworddialog.h
@@ -45,6 +45,8 @@ public:
void useTemplate(bool useTemplate);
void templateAll(bool templateAll);
+ void setLength(int l);
+ void setPasswordCharTemplate(int t);
private slots:
void on_checkBoxShow_stateChanged(int arg1);