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/dolphinmainwindow.cpp | |
| parent | 843d10ae2ab6a7f2c6f69b63fa278fdd6162254c (diff) | |
clang-tidy: use default for trivial constructor
Diffstat (limited to 'src/dolphinmainwindow.cpp')
| -rw-r--r-- | src/dolphinmainwindow.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp index 37f328e96..dc3829d37 100644 --- a/src/dolphinmainwindow.cpp +++ b/src/dolphinmainwindow.cpp @@ -3172,9 +3172,7 @@ DolphinMainWindow::UndoUiInterface::UndoUiInterface() { } -DolphinMainWindow::UndoUiInterface::~UndoUiInterface() -{ -} +DolphinMainWindow::UndoUiInterface::~UndoUiInterface() = default; void DolphinMainWindow::UndoUiInterface::jobError(KIO::Job *job) { |
