diff options
Diffstat (limited to 'src/plugins/qtsupport/customexecutablerunconfiguration.h')
-rw-r--r-- | src/plugins/qtsupport/customexecutablerunconfiguration.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/plugins/qtsupport/customexecutablerunconfiguration.h b/src/plugins/qtsupport/customexecutablerunconfiguration.h index 0b980ded78..b7370a0911 100644 --- a/src/plugins/qtsupport/customexecutablerunconfiguration.h +++ b/src/plugins/qtsupport/customexecutablerunconfiguration.h @@ -23,8 +23,7 @@ ** ****************************************************************************/ -#ifndef CUSTOMEXECUTABLERUNCONFIGURATION_H -#define CUSTOMEXECUTABLERUNCONFIGURATION_H +#pragma once #include "qtsupport_global.h" @@ -123,5 +122,3 @@ private: }; } // namespace QtSupport - -#endif // CUSTOMEXECUTABLERUNCONFIGURATION_H |