summaryrefslogtreecommitdiffstats
path: root/mainwindow.h
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2016-10-12 22:03:48 +0200
committerAnne Jan Brouwer <brouwer@annejan.com>2016-10-12 22:03:48 +0200
commit96641182df71658a45f8e4e4c63d144d7a7dad5e (patch)
tree5cd60b19df80baae91318b41a606330d6ee24a07 /mainwindow.h
parent644b3f3eda7b1c4e25efd23a046c898179b3ea16 (diff)
init + cleanup of test vars
Diffstat (limited to 'mainwindow.h')
-rw-r--r--mainwindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mainwindow.h b/mainwindow.h
index f1429561..e4aff0d0 100644
--- a/mainwindow.h
+++ b/mainwindow.h
@@ -42,6 +42,7 @@ struct passwordConfiguration {
QString Characters[4];
passwordConfiguration() {
length = 16;
+ selected = 0;
enum selected { ALLCHARS, ALPHABETICAL, ALPHANUMERIC, CUSTOM };
Characters[ALLCHARS] =
"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890~!@#$%^&"