From 174bc684603326de15e933b3bb24ffb739f3291e Mon Sep 17 00:00:00 2001 From: Méven Car Date: Thu, 22 Jan 2026 16:04:09 +0100 Subject: clang-tidy: use default for trivial constructor --- src/views/dolphinremoteencoding.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/views/dolphinremoteencoding.cpp') diff --git a/src/views/dolphinremoteencoding.cpp b/src/views/dolphinremoteencoding.cpp index 2887ee22d..44234b19a 100644 --- a/src/views/dolphinremoteencoding.cpp +++ b/src/views/dolphinremoteencoding.cpp @@ -44,9 +44,7 @@ DolphinRemoteEncoding::DolphinRemoteEncoding(QObject *parent, DolphinViewActionH m_menu->setPopupMode(QToolButton::InstantPopup); } -DolphinRemoteEncoding::~DolphinRemoteEncoding() -{ -} +DolphinRemoteEncoding::~DolphinRemoteEncoding() = default; void DolphinRemoteEncoding::slotReload() { -- cgit v1.3