# HG changeset patch # User František Kučera # Date 1537799319 -7200 # Node ID 5acb6b487caf14fbfa21803a1db213dbbe4a0e01 # Parent 0c07be8dad009aabd3c47939965cbcd89f895238 code clean-up, comments diff -r 0c07be8dad00 -r 5acb6b487caf src/RelpipeChartMainWindow.cpp --- a/src/RelpipeChartMainWindow.cpp Mon Sep 24 16:25:53 2018 +0200 +++ b/src/RelpipeChartMainWindow.cpp Mon Sep 24 16:28:39 2018 +0200 @@ -1,16 +1,3 @@ -/* - * 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() { diff -r 0c07be8dad00 -r 5acb6b487caf src/RelpipeChartMainWindow.h --- a/src/RelpipeChartMainWindow.h Mon Sep 24 16:25:53 2018 +0200 +++ b/src/RelpipeChartMainWindow.h Mon Sep 24 16:28:39 2018 +0200 @@ -1,18 +1,4 @@ -/* - * 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.h - * Author: Ing. František Kučera (frantovo.cz) - * - * Created on 24. září 2018, 15:53 - */ - -#ifndef _RELPIPECHARTMAINWINDOW_H -#define _RELPIPECHARTMAINWINDOW_H +#pragma once #include "ui_RelpipeChartMainWindow.h" @@ -24,5 +10,3 @@ private: Ui::RelpipeChartMainWindow widget; }; - -#endif /* _RELPIPECHARTMAINWINDOW_H */