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
|
@ -48,6 +48,8 @@ void GenusModel::readProtoBuf(const ESGRAF48::GenusModel &model)
|
|||
testItems[2].setState(zirkusModel.vorhang());
|
||||
testItems[3].setState(zirkusModel.baum());
|
||||
}
|
||||
|
||||
emit dataChanged(index(0, 0), index(rowCount() - 1, columnCount() - 1));
|
||||
}
|
||||
|
||||
void GenusModel::writeProtoBuf(ESGRAF48::GenusModel &model) const
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue