ESGRAF48/source/SubTests/LateSkills/LateSkillsModel.h

16 lines
250 B
C
Raw Permalink Normal View History

2019-02-07 21:36:39 +00:00
#pragma once
#include "PrintableModel.h"
#include "LateSkillsPassivModel.pb.h"
class LateSkillsModel : public PrintableModel
{
Q_OBJECT
public:
LateSkillsModel(QObject *parent);
protected:
void printTests(QPainter &painter) const override;
};