Replaced #ifndef with #pragma once

This commit is contained in:
0xFEEDC0DE64
2018-09-16 06:22:02 +02:00
parent 5c74784662
commit 8f87272721

View File

@@ -1,5 +1,4 @@
#ifndef VECTOR4DWIDGET_H
#define VECTOR4DWIDGET_H
#pragma once
#include <QWidget>
#include "dbguilib_global.h"
@@ -28,5 +27,3 @@ private:
QDoubleSpinBox *m_doubleSpinBoxZ;
QDoubleSpinBox *m_doubleSpinBoxW;
};
#endif // VECTOR4DWIDGET_H