aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cmakeprojectmanager/cmakeprojectconstants.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@theqtcompany.com>2016-01-27 10:14:00 +0100
committerTobias Hunger <tobias.hunger@theqtcompany.com>2016-01-27 09:15:45 +0000
commitcfa9dd4c035912d2c3f8abde04225f483024a53c (patch)
tree10d9a32eca73e364b7681fd88b10ba607a0bb2b6 /src/plugins/cmakeprojectmanager/cmakeprojectconstants.h
parenta2e19ba1bec09294c7588a97722195cc390ea7a3 (diff)
CMake: Use pragma once consistently
Change-Id: Id164dea5e7047b87c3d11c53ebd044d567129e9c Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
Diffstat (limited to 'src/plugins/cmakeprojectmanager/cmakeprojectconstants.h')
-rw-r--r--src/plugins/cmakeprojectmanager/cmakeprojectconstants.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/plugins/cmakeprojectmanager/cmakeprojectconstants.h b/src/plugins/cmakeprojectmanager/cmakeprojectconstants.h
index a92272cd11..5fc20bafd3 100644
--- a/src/plugins/cmakeprojectmanager/cmakeprojectconstants.h
+++ b/src/plugins/cmakeprojectmanager/cmakeprojectconstants.h
@@ -23,8 +23,7 @@
**
****************************************************************************/
-#ifndef CMAKEPROJECTCONSTANTS_H
-#define CMAKEPROJECTCONSTANTS_H
+#pragma once
namespace CMakeProjectManager {
namespace Constants {
@@ -52,4 +51,3 @@ const char CMAKE_SETTINGSPAGE_ID[] = "Z.CMake";
} // namespace Constants
} // namespace CMakeProjectManager
-#endif // CMAKEPROJECTCONSTANTS_H