diff options
Diffstat (limited to 'src/core/function/CoreSignalStation.h')
-rw-r--r-- | src/core/function/CoreSignalStation.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/core/function/CoreSignalStation.h b/src/core/function/CoreSignalStation.h index 5fe08591..1a48c14c 100644 --- a/src/core/function/CoreSignalStation.h +++ b/src/core/function/CoreSignalStation.h @@ -26,8 +26,7 @@ * */ -#ifndef GPGFRONTEND_CORESIGNALSTATION_H -#define GPGFRONTEND_CORESIGNALSTATION_H +#pragma once #include "core/GpgFrontendCore.h" @@ -65,5 +64,3 @@ class GPGFRONTEND_CORE_EXPORT CoreSignalStation : public QObject { }; } // namespace GpgFrontend - -#endif // GPGFRONTEND_CORESIGNALSTATION_H |