[network/ruqola/2.8] src/widgets/room: Remove extra ";"
Laurent Montel <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 2fd6634f394b5b47100910d8d117d8822ff82671 by Laurent Montel.
Committed on 31/07/2026 at 11:42.
Pushed by mlaurent into branch '2.8'.
Remove extra ";"
(cherry picked from commit 62fe3ba8250c1025739f46570f6d693049bbe403)
M +1 -1 src/widgets/room/commandpreviewimagedelegate.cpp
https://invent.kde.org/network/ruqola/-/commit/2fd6634f394b5b47100910d8d117d8822ff82671
diff --git a/src/widgets/room/commandpreviewimagedelegate.cpp b/src/widgets/room/commandpreviewimagedelegate.cpp
index 097dabee65..bfcff11f9e 100644
--- a/src/widgets/room/commandpreviewimagedelegate.cpp
+++ b/src/widgets/room/commandpreviewimagedelegate.cpp
@@ -30,7 +30,7 @@ void CommandPreviewImageDelegate::paint(QPainter *painter, const QStyleOptionVie
} else {
painter->drawText(option.rect, index.data(Qt::UserRole).toString());
}
-};
+}
QSize CommandPreviewImageDelegate::sizeHint([[maybe_unused]] const QStyleOptionViewItem &option, const QModelIndex &index) const
{