diff options
Diffstat (limited to 'src/plugins/autotest/autotest_global.h')
-rw-r--r-- | src/plugins/autotest/autotest_global.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/plugins/autotest/autotest_global.h b/src/plugins/autotest/autotest_global.h index 03822d4131..c485ad2185 100644 --- a/src/plugins/autotest/autotest_global.h +++ b/src/plugins/autotest/autotest_global.h @@ -23,8 +23,7 @@ ** ****************************************************************************/ -#ifndef AUTOTEST_GLOBAL_H -#define AUTOTEST_GLOBAL_H +#pragma once #include <QtGlobal> @@ -33,6 +32,3 @@ #else # define AUTOTESTSHARED_EXPORT Q_DECL_IMPORT #endif - -#endif // AUTOTEST_GLOBAL_H - |