Maraiah/source/tycho/cc_source/mapprops.cc

19 lines
254 B
C++
Raw Normal View History

#include "tycho.h"
#include "mapprops.h"
#include "../ui/ui_mapprops.h"
MapProps::MapProps(QWidget *parent) :
QDialog(parent),
ui(new Ui::MapProps)
{
ui->setupUi(this);
2019-06-10 09:05:05 -07:00
dbgPrintFunc();
}
MapProps::~MapProps()
{
dbgPrintFunc();
}
// EOF