aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/extensionsystem/pluginspec/testplugin/testplugin_global.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/extensionsystem/pluginspec/testplugin/testplugin_global.h')
-rw-r--r--tests/auto/extensionsystem/pluginspec/testplugin/testplugin_global.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/auto/extensionsystem/pluginspec/testplugin/testplugin_global.h b/tests/auto/extensionsystem/pluginspec/testplugin/testplugin_global.h
index 0bd78078b6..c693b51975 100644
--- a/tests/auto/extensionsystem/pluginspec/testplugin/testplugin_global.h
+++ b/tests/auto/extensionsystem/pluginspec/testplugin/testplugin_global.h
@@ -23,8 +23,7 @@
**
****************************************************************************/
-#ifndef TESTPLUGIN_GLOBAL_H
-#define TESTPLUGIN_GLOBAL_H
+#pragma once
#include <qglobal.h>
@@ -33,5 +32,3 @@
#else
# define MYPLUGIN_EXPORT Q_DECL_IMPORT
#endif
-
-#endif // TESTPLUGIN_GLOBAL_H