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