src/RelpipeChartMainWindow.cpp
author František Kučera <franta-hg@frantovo.cz>
Mon, 24 Sep 2018 16:28:39 +0200
branchv_0
changeset 6 5acb6b487caf
parent 4 1622c087f3ea
child 12 a45d1cac365e
permissions -rw-r--r--
code clean-up, comments

#include "RelpipeChartMainWindow.h"

RelpipeChartMainWindow::RelpipeChartMainWindow() {
	widget.setupUi(this);
}

RelpipeChartMainWindow::~RelpipeChartMainWindow() {
}