mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-22 04:49:42 -04:00
let every string as separator
This commit is contained in:
parent
7541f57aeb
commit
8937647d5f
4 changed files with 12 additions and 14 deletions
|
@ -75,7 +75,7 @@ void PassphraseGenerator::setWordlist(QString path)
|
|||
}
|
||||
}
|
||||
|
||||
void PassphraseGenerator::setWordseparator(QChar separator) {
|
||||
void PassphraseGenerator::setWordseparator(QString separator) {
|
||||
m_separator = separator;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue