Maraiah/source/tycho-qt/mapprops.cc

16 lines
191 B
C++
Raw Normal View History

2019-05-15 21:28:33 -07:00
#include "mapprops.h"
#include "ui_mapprops.h"
MapProps::MapProps(QWidget *parent) :
QWidget(parent),
ui(new Ui::MapProps)
{
ui->setupUi(this);
}
MapProps::~MapProps()
{
}
// EOF