CMake: Fix translation message

Change-Id: Ide60eda0b0dba8de0bd3a1675dece437857391e4
Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
Takumi ASAKI
2016-05-30 14:52:35 +09:00
committed by Takumi ASAKI
parent ae19d452b6
commit b2f24fc0a7

View File

@@ -25,6 +25,8 @@
#pragma once
#include <QtGlobal>
namespace CMakeProjectManager {
namespace Constants {
@@ -32,7 +34,7 @@ const char PROJECTCONTEXT[] = "CMakeProject.ProjectContext";
const char CMAKEMIMETYPE[] = "text/x-cmake";
const char CMAKEPROJECTMIMETYPE[] = "text/x-cmake-project";
const char CMAKE_EDITOR_ID[] = "CMakeProject.CMakeEditor";
const char CMAKE_EDITOR_DISPLAY_NAME[] = "CMake Editor";
const char CMAKE_EDITOR_DISPLAY_NAME[] = QT_TRANSLATE_NOOP("CMakeProjectManager::Internal::CMakeEditorFactory", "CMake Editor");
const char RUNCMAKE[] = "CMakeProject.RunCMake";
const char CLEARCMAKECACHE[] = "CMakeProject.ClearCache";
const char RUNCMAKECONTEXTMENU[] = "CMakeProject.RunCMakeContextMenu";