diff options
Diffstat (limited to 'gui/profiling.h')
-rw-r--r-- | gui/profiling.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gui/profiling.h b/gui/profiling.h index a5b12660..6d4ef806 100644 --- a/gui/profiling.h +++ b/gui/profiling.h @@ -1,5 +1,4 @@ -#ifndef PROFILING_H -#define PROFILING_H +#pragma once #include <QString> #include <QLocale> @@ -124,5 +123,3 @@ public: } } }; - -#endif |