Maraiah/tycho/cc/mapview.cc

18 lines
233 B
C++

#include "tycho.h"
CMapView::CMapView(Project *parent) :
QWidget(static_cast<QWidget *>(parent)),
mapModel(parent->getMapModel())
{
setupUi(this);
dbgPrintFunc();
}
CMapView::~CMapView()
{
dbgPrintFunc();
}
// EOF