ESGRAF48/source/SubTests/LateSkills/LateSkillsModel.h

16 lines
259 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
{
2019-10-05 14:14:45 +00:00
Q_OBJECT
2019-02-07 21:36:39 +00:00
public:
2019-10-05 14:14:45 +00:00
LateSkillsModel(QObject* parent);
2019-02-07 21:36:39 +00:00
protected:
2019-10-05 14:14:45 +00:00
void printTests(QPainter& painter) const override;
2019-02-07 21:36:39 +00:00
};