Ported late skills to protobuf, added changed-messages

This commit is contained in:
Michael Mandl 2018-11-18 21:29:43 +01:00
parent 87c9b0e74a
commit f6b283b3a1
14 changed files with 222 additions and 36 deletions

View file

@ -33,6 +33,8 @@ void PluralModel::read(const ESGRAF48::PluralModel &model)
testItems[6].setState(model.nuss());
testItems[7].setState(model.baer());
testItems[8].setState(model.apfel());
emit dataChanged(index(0, 0), index(rowCount() - 1, columnCount() - 1));
}
void PluralModel::write(ESGRAF48::PluralModel &model) const