From 36a8ab49a06963b4152b0d2198dea311425b76ad Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Sun, 5 Jan 2025 03:51:00 +0100 Subject: [PATCH] MoodbarItemDelegate: Format comment --- src/moodbar/moodbaritemdelegate.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/moodbar/moodbaritemdelegate.cpp b/src/moodbar/moodbaritemdelegate.cpp index b8052ffab..821837053 100644 --- a/src/moodbar/moodbaritemdelegate.cpp +++ b/src/moodbar/moodbaritemdelegate.cpp @@ -296,8 +296,7 @@ void MoodbarItemDelegate::ImageLoaded(const QUrl &url, const QImage &image) { } if (source_index.model() != playlist) { - // The pixmap was for an index in a different playlist, maybe the user - // switched to a different one. + // The pixmap was for an index in a different playlist, maybe the user switched to a different one. continue; }