notify result widget about plural test changes
This commit is contained in:
parent
1f9a051382
commit
077efaac32
11 changed files with 107 additions and 5 deletions
|
@ -78,6 +78,7 @@ bool CheckableTestModel::setData(
|
|||
{
|
||||
auto &item = getItem(index);
|
||||
item.setState(value.toBool());
|
||||
emit dataChanged(index, index);
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue