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

@ -107,9 +107,7 @@ EntryPreviewWidget::EntryPreviewWidget(QWidget* parent)
#endif
}
EntryPreviewWidget::~EntryPreviewWidget()
{
}
EntryPreviewWidget::~EntryPreviewWidget() = default;
void EntryPreviewWidget::clear()
{