diff -r 0d857519a4c9 -r 1622c087f3ea src/RelpipeChartMainWindow.cpp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/RelpipeChartMainWindow.cpp Mon Sep 24 16:11:19 2018 +0200 @@ -0,0 +1,21 @@ +/* + * To change this license header, choose License Headers in Project Properties. + * To change this template file, choose Tools | Templates + * and open the template in the editor. + */ + +/* + * File: RelpipeChartMainWindow.cpp + * Author: Ing. František Kučera (frantovo.cz) + * + * Created on 24. září 2018, 15:53 + */ + +#include "RelpipeChartMainWindow.h" + +RelpipeChartMainWindow::RelpipeChartMainWindow() { + widget.setupUi(this); +} + +RelpipeChartMainWindow::~RelpipeChartMainWindow() { +}