code clean-up, comments v_0
authorFrantišek Kučera <franta-hg@frantovo.cz>
Mon, 24 Sep 2018 16:28:39 +0200
branchv_0
changeset 6 5acb6b487caf
parent 5 0c07be8dad00
child 7 59c936498ac0
code clean-up, comments
src/RelpipeChartMainWindow.cpp
src/RelpipeChartMainWindow.h
--- 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() {
--- 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 */