From 8f872727211bb67babe61c0518821f954ffc1edb Mon Sep 17 00:00:00 2001 From: 0xFEEDC0DE64 <0xFEEDC0DE64@gmail.com> Date: Sun, 16 Sep 2018 06:22:02 +0200 Subject: [PATCH] Replaced #ifndef with #pragma once --- vector4dwidget.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/vector4dwidget.h b/vector4dwidget.h index 28238b8..2902d09 100644 --- a/vector4dwidget.h +++ b/vector4dwidget.h @@ -1,5 +1,4 @@ -#ifndef VECTOR4DWIDGET_H -#define VECTOR4DWIDGET_H +#pragma once #include #include "dbguilib_global.h" @@ -28,5 +27,3 @@ private: QDoubleSpinBox *m_doubleSpinBoxZ; QDoubleSpinBox *m_doubleSpinBoxW; }; - -#endif // VECTOR4DWIDGET_H