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/kitemlistsmoothscroller.cpp | |
| parent | 843d10ae2ab6a7f2c6f69b63fa278fdd6162254c (diff) | |
clang-tidy: use default for trivial constructor
Diffstat (limited to 'src/kitemviews/private/kitemlistsmoothscroller.cpp')
| -rw-r--r-- | src/kitemviews/private/kitemlistsmoothscroller.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/kitemviews/private/kitemlistsmoothscroller.cpp b/src/kitemviews/private/kitemlistsmoothscroller.cpp index 14a280e33..b7d0a8cd4 100644 --- a/src/kitemviews/private/kitemlistsmoothscroller.cpp +++ b/src/kitemviews/private/kitemlistsmoothscroller.cpp @@ -40,9 +40,7 @@ KItemListSmoothScroller::KItemListSmoothScroller(QScrollBar *scrollBar, QObject m_scrollBar->installEventFilter(this); } -KItemListSmoothScroller::~KItemListSmoothScroller() -{ -} +KItemListSmoothScroller::~KItemListSmoothScroller() = default; void KItemListSmoothScroller::setScrollBar(QScrollBar *scrollBar) { |
