started AkkusativDativ test

This commit is contained in:
Michael Mandl 2018-06-16 17:54:27 +02:00
parent 1bbc6fcb30
commit 3c2ac70a1c
13 changed files with 194 additions and 7 deletions

View file

@ -113,7 +113,6 @@ QVariant ResultModel::headerData(
void ResultModel::setAge(const Age &age)
{
qDebug() << "Age:" << age.years() << "years" << age.months() << "months";
m_age = age;
emit dataChanged(index(1, 0), index(4, 8));
}