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

@ -98,6 +98,11 @@ bool MetaDataModel::setData(
break;
}
if (valueChanged)
{
emit dataChanged(index, index);
}
return valueChanged;
}