clang-tidy: use = default (#7999)

This commit is contained in:
Rosen Penev 2023-01-29 12:47:13 -08:00 committed by GitHub
parent e1fbed0e25
commit 52af8a5e2a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
70 changed files with 72 additions and 216 deletions

View file

@ -103,9 +103,7 @@ Command::Command()
options.append(Command::QuietOption);
}
Command::~Command()
{
}
Command::~Command() = default;
QString Command::getDescriptionLine()
{