diff options
| author | Méven Car <[email protected]> | 2026-01-22 16:04:09 +0100 |
|---|---|---|
| committer | Méven Car <[email protected]> | 2026-01-22 16:14:16 +0100 |
| commit | 174bc684603326de15e933b3bb24ffb739f3291e (patch) | |
| tree | fdc03ec185e718265e17d007b321c5b6c7c7a9be /src/kitemviews/private/kitemlistroleeditor.cpp | |
| parent | 843d10ae2ab6a7f2c6f69b63fa278fdd6162254c (diff) | |
clang-tidy: use default for trivial constructor
Diffstat (limited to 'src/kitemviews/private/kitemlistroleeditor.cpp')
| -rw-r--r-- | src/kitemviews/private/kitemlistroleeditor.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/kitemviews/private/kitemlistroleeditor.cpp b/src/kitemviews/private/kitemlistroleeditor.cpp index 895a97aea..6105d604f 100644 --- a/src/kitemviews/private/kitemlistroleeditor.cpp +++ b/src/kitemviews/private/kitemlistroleeditor.cpp @@ -27,9 +27,7 @@ KItemListRoleEditor::KItemListRoleEditor(QWidget *parent) connect(this, &KItemListRoleEditor::textChanged, this, &KItemListRoleEditor::autoAdjustSize); } -KItemListRoleEditor::~KItemListRoleEditor() -{ -} +KItemListRoleEditor::~KItemListRoleEditor() = default; void KItemListRoleEditor::setRole(const QByteArray &role) { |
