Skip to content

Instantly share code, notes, and snippets.

View MishkaRogachev's full-sized avatar

Mikhail Rogachev MishkaRogachev

View GitHub Profile
#include "target_model.h"
using namespace domain;
TargetModel::TargetModel(TargetType type, const QRect& rect, QObject* parent):
QObject(parent),
m_type(type),
m_rect(rect)
{}