One more single line if.

Took 1 minute
This commit is contained in:
Lukas Brübach 2025-11-09 16:01:32 +01:00
parent fc43df35b4
commit 599d20c61d

View file

@ -29,8 +29,9 @@ QVariant DeckListStyleProxy::data(const QModelIndex &index, int role) const
}
}
if (role == Qt::ForegroundRole)
if (role == Qt::ForegroundRole) {
return QBrush(QColor(0, 0, 0));
}
return value;
}