mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01:00
clang-tidy: use braced init list (#7998)
This commit is contained in:
@@ -116,7 +116,7 @@ QString PassphraseGenerator::generatePassphrase() const
|
||||
|
||||
// In case there was an error loading the wordlist
|
||||
if (m_wordlist.length() == 0) {
|
||||
return QString();
|
||||
return {};
|
||||
}
|
||||
|
||||
QStringList words;
|
||||
|
||||
Reference in New Issue
Block a user