mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-11-26 01:26:42 -05: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
|
|
@ -55,9 +55,9 @@ Icons::Icons()
|
|||
QString Icons::applicationIconName()
|
||||
{
|
||||
#ifdef KEEPASSXC_DIST_FLATPAK
|
||||
return QString("org.keepassxc.KeePassXC");
|
||||
return "org.keepassxc.KeePassXC";
|
||||
#else
|
||||
return QString("keepassxc");
|
||||
return "keepassxc";
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue