Added missing type role to TableModel::data(...).

This commit is contained in:
2026-03-01 11:25:57 +01:00
parent f694e0e5ed
commit 6fc3ffc537

View File

@ -81,6 +81,7 @@ QVariant TableModel::data(const QModelIndex& index, int role) const {
case NameRole:
case DescriptionRole:
case InfoRole:
case TypeRole:
case AmountRole:
case FactorRole:
case IdRole: