Replaced #ifndef with #pragma once
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
#ifndef VECTOR4DWIDGET_H
|
#pragma once
|
||||||
#define VECTOR4DWIDGET_H
|
|
||||||
|
|
||||||
#include <QWidget>
|
#include <QWidget>
|
||||||
#include "dbguilib_global.h"
|
#include "dbguilib_global.h"
|
||||||
@@ -28,5 +27,3 @@ private:
|
|||||||
QDoubleSpinBox *m_doubleSpinBoxZ;
|
QDoubleSpinBox *m_doubleSpinBoxZ;
|
||||||
QDoubleSpinBox *m_doubleSpinBoxW;
|
QDoubleSpinBox *m_doubleSpinBoxW;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // VECTOR4DWIDGET_H
|
|
||||||
|
Reference in New Issue
Block a user