Add Extended ASCII to password generator

This commit is contained in:
thez3ro
2017-04-28 21:36:43 +02:00
parent fa7c945363
commit b474d34cf0
4 changed files with 55 additions and 6 deletions

View File

@@ -33,7 +33,7 @@ public:
UpperLetters = 0x2,
Numbers = 0x4,
SpecialCharacters = 0x8,
EASCII = 0x16
EASCII = 0x10
};
Q_DECLARE_FLAGS(CharClasses, CharClass)