Maraiah/source/tycho-qt/mapprops.cc

18 lines
242 B
C++

#include "common.h"
#include "mapprops.h"
#include "ui_mapprops.h"
MapProps::MapProps(QWidget *parent) :
QDialog(parent, Qt::Window),
ui(new Ui::MapProps)
{
ui->setupUi(this);
}
MapProps::~MapProps()
{
DbgPrintFunc();
}
// EOF