#include "tycho.h" MapView::MapView(Project *parent) : IProjectView(parent) { dbgPrintFunc(); } MapView::~MapView() { dbgPrintFunc(); } // EOF