mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-08 22:42: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
|
@ -81,9 +81,7 @@ SearchWidget::SearchWidget(QWidget* parent)
|
|||
}
|
||||
}
|
||||
|
||||
SearchWidget::~SearchWidget()
|
||||
{
|
||||
}
|
||||
SearchWidget::~SearchWidget() = default;
|
||||
|
||||
bool SearchWidget::eventFilter(QObject* obj, QEvent* event)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue