started AkkusativDativ test
This commit is contained in:
parent
1bbc6fcb30
commit
3c2ac70a1c
13 changed files with 194 additions and 7 deletions
|
@ -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));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue