Implemented printing for late skills tests

This commit is contained in:
Michael Mandl 2018-12-10 22:29:49 +01:00
parent f6c2da5edc
commit 98196e05d6
11 changed files with 100 additions and 11 deletions

View file

@ -60,7 +60,7 @@ std::string PluralModel::getName() const
{
return "Subtest 5: Plural";
}
void PluralModel::printTableTo(QTextCursor &cursor) const
{
QTextTableFormat tableFormat;