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:
@@ -512,7 +512,7 @@ CompilationDatabaseBuildConfigurationFactory::CompilationDatabaseBuildConfigurat
|
||||
setSupportedProjectMimeTypeName(Constants::COMPILATIONDATABASEMIMETYPE);
|
||||
|
||||
setBuildGenerator([](const Kit *, const FilePath &projectPath, bool) {
|
||||
const QString name = QCoreApplication::translate("::ProjectExplorer", "Release");
|
||||
const QString name = QCoreApplication::translate("QtC::ProjectExplorer", "Release");
|
||||
ProjectExplorer::BuildInfo info;
|
||||
info.typeName = name;
|
||||
info.displayName = name;
|
||||
|
||||
@@ -9,7 +9,7 @@ namespace CompilationDatabaseProjectManager {
|
||||
|
||||
struct Tr
|
||||
{
|
||||
Q_DECLARE_TR_FUNCTIONS(::CompilationDatabaseProjectManager)
|
||||
Q_DECLARE_TR_FUNCTIONS(QtC::CompilationDatabaseProjectManager)
|
||||
};
|
||||
|
||||
} // namespace CompilationDatabaseProjectManager
|
||||
|
||||
Reference in New Issue
Block a user