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

@ -54,6 +54,8 @@ void AkkusativModel::read(const ESGRAF48::AkkusativModel &model)
testItems[6].setState(futterModel.honig());
testItems[7].setState(futterModel.zucker());
}
emit dataChanged(index(0, 0), index(rowCount() - 1, columnCount() - 1));
}
void AkkusativModel::write(ESGRAF48::AkkusativModel &model) const

View file

@ -54,6 +54,8 @@ void DativModel::read(const ESGRAF48::DativModel &model)
testItems[6].setState(futterModel.honig());
testItems[7].setState(futterModel.zucker());
}
emit dataChanged(index(0, 0), index(rowCount() - 1, columnCount() - 1));
}
void DativModel::write(ESGRAF48::DativModel &model) const