From bc9801bf23da4bb2cfee523e654a42c66c7274bb Mon Sep 17 00:00:00 2001 From: Mark Date: Sun, 6 Jul 2025 18:40:36 +0400 Subject: [PATCH] single semicolon --- src/gui/transferlistdelegate.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/transferlistdelegate.cpp b/src/gui/transferlistdelegate.cpp index 7ada74ad5..da77eb2c4 100644 --- a/src/gui/transferlistdelegate.cpp +++ b/src/gui/transferlistdelegate.cpp @@ -37,7 +37,7 @@ TransferListDelegate::TransferListDelegate(QObject *parent) : QStyledItemDelegate {parent} { - m_stateThemeColors = m_stateThemeColors = Utils::Gui::torrentStateToColorHash();; + m_stateThemeColors = m_stateThemeColors = Utils::Gui::torrentStateToColorHash(); } QWidget *TransferListDelegate::createEditor(QWidget *, const QStyleOptionViewItem &, const QModelIndex &) const