From e982b5b3d1cf464725f2d672864599909980ae9a Mon Sep 17 00:00:00 2001 From: hjk Date: Wed, 1 Aug 2012 10:14:16 +0200 Subject: [PATCH] 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 --- src/plugins/cmakeprojectmanager/cmakeprojectconstants.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/cmakeprojectmanager/cmakeprojectconstants.h b/src/plugins/cmakeprojectmanager/cmakeprojectconstants.h index 347a9dd4c69..2e6db191d19 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";