src/RelpipeChartMainWindow.cpp
author František Kučera <franta-hg@frantovo.cz>
Mon, 24 Sep 2018 17:34:30 +0200
branchv_0
changeset 8 48fbdacec974
parent 6 5acb6b487caf
child 12 a45d1cac365e
permissions -rw-r--r--
cmake: example of macro for printing all cmake variables

#include "RelpipeChartMainWindow.h"

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

RelpipeChartMainWindow::~RelpipeChartMainWindow() {
}