mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-05 05:27:39 +03:00
clang-tidy: use braced init list (#7998)
This commit is contained in:
parent
0f7ef275ab
commit
318157d242
34 changed files with 87 additions and 87 deletions
|
@ -1837,7 +1837,7 @@ QStringList DatabaseWidget::customEntryAttributes() const
|
|||
{
|
||||
Entry* entry = m_entryView->currentEntry();
|
||||
if (!entry) {
|
||||
return QStringList();
|
||||
return {};
|
||||
}
|
||||
|
||||
return entry->attributes()->customKeys();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue