[network/ruqola] src/widgets/room: Remove extra ";"
Laurent Montel <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 62fe3ba8250c1025739f46570f6d693049bbe403 by Laurent Montel.
Committed on 31/07/2026 at 11:24.
Pushed by mlaurent into branch 'master'.
Remove extra ";"
M +1 -1 src/widgets/room/commandpreviewimagedelegate.cpp
https://invent.kde.org/network/ruqola/-/commit/62fe3ba8250c1025739f46570f6d693049bbe403
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
{