Maraiah/source/tycho-qt/mapprops.cc

16 lines
191 B
C++

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