Merge branch 'develop' into feature/print-with-qpainter
This commit is contained in:
commit
f895ec0c1c
33 changed files with 1194 additions and 230 deletions
|
@ -166,3 +166,8 @@ void MetaDataModel::printTo(QPainter &painter) const
|
|||
|
||||
painter.translate(0, 2 * height);
|
||||
}
|
||||
|
||||
Age MetaDataModel::getAge() const
|
||||
{
|
||||
return {m_dateOfBirth, m_dateOfTest};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue