Skip to content

Commit aa2db00

Browse files
committed
Refactoring
1 parent 06ea735 commit aa2db00

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/controls/outputwidget.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ bool OutputListModel::setData(const QModelIndex &index, const QVariant &value, i
217217
case Qt::DecorationRole:
218218
_mapItems[index.row()].SimulationIcon = value.value<SimulationIconType>();
219219
emit dataChanged(index, index, QVector<int>() << role);
220-
return true;
220+
return true;
221221

222222
case DescriptionRole:
223223
_mapItems[index.row()].Description = value.toString();

0 commit comments

Comments
 (0)