diff options
Diffstat (limited to 'gui/graphing/graphaxiswidget.h')
-rw-r--r-- | gui/graphing/graphaxiswidget.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gui/graphing/graphaxiswidget.h b/gui/graphing/graphaxiswidget.h index 6ae00800..a8d1c01a 100644 --- a/gui/graphing/graphaxiswidget.h +++ b/gui/graphing/graphaxiswidget.h @@ -1,5 +1,4 @@ -#ifndef GRAPHAXISWIDGET_H -#define GRAPHAXISWIDGET_H +#pragma once #include "graphing.h" @@ -69,5 +68,3 @@ protected: QPoint m_mousePressPosition; qint64 m_mousePressValue; }; - -#endif |