Ported late skills to protobuf, added changed-messages
This commit is contained in:
parent
87c9b0e74a
commit
f6b283b3a1
14 changed files with 222 additions and 36 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue