mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-07-26 00:05:34 -04:00
clang-tidy: use = default (#7999)
This commit is contained in:
parent
e1fbed0e25
commit
52af8a5e2a
70 changed files with 72 additions and 216 deletions
|
@ -103,9 +103,7 @@ Command::Command()
|
|||
options.append(Command::QuietOption);
|
||||
}
|
||||
|
||||
Command::~Command()
|
||||
{
|
||||
}
|
||||
Command::~Command() = default;
|
||||
|
||||
QString Command::getDescriptionLine()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue