let every string as separator

This commit is contained in:
thez3ro 2017-03-17 01:43:50 +01:00
parent 7541f57aeb
commit 8937647d5f
No known key found for this signature in database
GPG key ID: F628F9E41DD7C073
4 changed files with 12 additions and 14 deletions

View file

@ -75,7 +75,7 @@ void PassphraseGenerator::setWordlist(QString path)
}
}
void PassphraseGenerator::setWordseparator(QChar separator) {
void PassphraseGenerator::setWordseparator(QString separator) {
m_separator = separator;
}