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/panels/panel.cpp | |
| parent | 843d10ae2ab6a7f2c6f69b63fa278fdd6162254c (diff) | |
clang-tidy: use default for trivial constructor
Diffstat (limited to 'src/panels/panel.cpp')
| -rw-r--r-- | src/panels/panel.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/panels/panel.cpp b/src/panels/panel.cpp index e13684922..e8250c62b 100644 --- a/src/panels/panel.cpp +++ b/src/panels/panel.cpp @@ -14,9 +14,7 @@ Panel::Panel(QWidget *parent) { } -Panel::~Panel() -{ -} +Panel::~Panel() = default; QUrl Panel::url() const { |
