aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cmakeprojectmanager/cmakeprojectconstants.h
diff options
context:
space:
mode:
authorhjk <qthjk@ovi.com>2012-08-01 10:14:16 +0200
committerChristian Kandeler <christian.kandeler@nokia.com>2012-08-01 10:31:14 +0200
commite982b5b3d1cf464725f2d672864599909980ae9a (patch)
treeed52397f770fd8f93e06bcb305f63f33c082bda7 /src/plugins/cmakeprojectmanager/cmakeprojectconstants.h
parentcf2540c9a4838314da966071586eb747970a5b32 (diff)
cmake: remove TODO on cmake mime type
There seems to be no officially registered mime type for cmake, so text/x-cmake is arguably "correct". Change-Id: Ic1ddcd356fcf9f2f8d814b9f9ce32a96b78afeb2 Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
Diffstat (limited to 'src/plugins/cmakeprojectmanager/cmakeprojectconstants.h')
-rw-r--r--src/plugins/cmakeprojectmanager/cmakeprojectconstants.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/cmakeprojectmanager/cmakeprojectconstants.h b/src/plugins/cmakeprojectmanager/cmakeprojectconstants.h
index 347a9dd4c6..2e6db191d1 100644
--- a/src/plugins/cmakeprojectmanager/cmakeprojectconstants.h
+++ b/src/plugins/cmakeprojectmanager/cmakeprojectconstants.h
@@ -35,7 +35,7 @@ namespace CMakeProjectManager {
namespace Constants {
const char PROJECTCONTEXT[] = "CMakeProject.ProjectContext";
-const char CMAKEMIMETYPE[] = "text/x-cmake"; // TODO check that this is correct
+const char CMAKEMIMETYPE[] = "text/x-cmake";
const char CMAKE_EDITOR_ID[] = "CMakeProject.CMakeEditor";
const char CMAKE_EDITOR_DISPLAY_NAME[] = "CMake Editor";
const char C_CMAKEEDITOR[] = "CMakeProject.Context.CMakeEditor";