single semicolon

This commit is contained in:
Mark 2025-07-06 18:40:36 +04:00
commit bc9801bf23

View file

@ -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