Merge branch 'develop' into feature/print-with-qpainter

This commit is contained in:
Michael Mandl 2019-02-03 12:12:34 +01:00
commit f895ec0c1c
33 changed files with 1194 additions and 230 deletions

View file

@ -166,3 +166,8 @@ void MetaDataModel::printTo(QPainter &painter) const
painter.translate(0, 2 * height);
}
Age MetaDataModel::getAge() const
{
return {m_dateOfBirth, m_dateOfTest};
}