forked from qt-creator/qt-creator
		
	Translations: Change translation context prefix from "::" to "QtC::"
lupdate would be confused by translation contexts starting with :: Change-Id: Ie95e73436fd3cafc80a8e89f908efadc747e644c Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
		@@ -39,7 +39,7 @@ const char sourceSearchPathsKeyC[] = "SourceSearchPaths";
 | 
			
		||||
const char headerPragmaOnceC[] = "HeaderPragmaOnce";
 | 
			
		||||
const char licenseTemplatePathKeyC[] = "LicenseTemplate";
 | 
			
		||||
 | 
			
		||||
const char *licenseTemplateTemplate = QT_TRANSLATE_NOOP("::CppEditor",
 | 
			
		||||
const char *licenseTemplateTemplate = QT_TRANSLATE_NOOP("QtC::CppEditor",
 | 
			
		||||
"/**************************************************************************\n"
 | 
			
		||||
"** %1 license header template\n"
 | 
			
		||||
"**   Special keywords: %USER% %DATE% %YEAR%\n"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user