forked from qt-creator/qt-creator
app_version.h: Make IDE name configurable
Change-Id: I993f452c8d09cf89e9a2958fc8e36b7d2c17ee6f Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
committed by
Eike Ziller
parent
ca959d8063
commit
4ef01c961e
@@ -252,7 +252,7 @@ protected:
|
||||
_doc->fileName(),
|
||||
line, column,
|
||||
QmlJS::FindExportedCppTypes::tr(
|
||||
"The type will only be available in Qt Creator's QML editors when the type name is a string literal"));
|
||||
"The type will only be available in the QML editors when the type name is a string literal"));
|
||||
return false;
|
||||
}
|
||||
|
||||
@@ -314,7 +314,7 @@ protected:
|
||||
QmlJS::FindExportedCppTypes::tr(
|
||||
"The module URI cannot be determined by static analysis. The type will be available\n"
|
||||
"globally in the QML editor. You can add a \"// @uri My.Module.Uri\" annotation to let\n"
|
||||
"Qt Creator know about a likely URI."));
|
||||
"the QML editor know about a likely URI."));
|
||||
}
|
||||
|
||||
// version arguments must be integer literals
|
||||
|
||||
Reference in New Issue
Block a user