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