notify result widget about plural test changes

This commit is contained in:
Michael Mandl 2018-06-08 20:25:21 +02:00
parent 1f9a051382
commit 077efaac32
11 changed files with 107 additions and 5 deletions

View file

@ -78,6 +78,7 @@ bool CheckableTestModel::setData(
{
auto &item = getItem(index);
item.setState(value.toBool());
emit dataChanged(index, index);
return true;
}
}