mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-11-25 17:16:33 -05:00
clang-tidy: use = default (#7999)
This commit is contained in:
parent
e1fbed0e25
commit
52af8a5e2a
70 changed files with 72 additions and 216 deletions
|
|
@ -48,9 +48,7 @@ private:
|
|||
|
||||
Icons* Icons::m_instance(nullptr);
|
||||
|
||||
Icons::Icons()
|
||||
{
|
||||
}
|
||||
Icons::Icons() = default;
|
||||
|
||||
QString Icons::applicationIconName()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue