Maraiah/tycho/cc/mapview.cc

18 lines
228 B
C++

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