mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-04 21:17:43 +03:00
clang-tidy: use = default (#7999)
This commit is contained in:
parent
e1fbed0e25
commit
52af8a5e2a
70 changed files with 72 additions and 216 deletions
|
@ -107,9 +107,7 @@ EntryPreviewWidget::EntryPreviewWidget(QWidget* parent)
|
|||
#endif
|
||||
}
|
||||
|
||||
EntryPreviewWidget::~EntryPreviewWidget()
|
||||
{
|
||||
}
|
||||
EntryPreviewWidget::~EntryPreviewWidget() = default;
|
||||
|
||||
void EntryPreviewWidget::clear()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue