diff options
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 { |
