mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 21:03:30 -07:00
single semicolon
This commit is contained in:
parent
7e03430ad4
commit
bc9801bf23
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue