diff options
Diffstat (limited to 'src/libs/cplusplus/CppDocument.cpp')
-rw-r--r-- | src/libs/cplusplus/CppDocument.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/cplusplus/CppDocument.cpp b/src/libs/cplusplus/CppDocument.cpp index 8bb682ed4e..f5f5a5b20e 100644 --- a/src/libs/cplusplus/CppDocument.cpp +++ b/src/libs/cplusplus/CppDocument.cpp @@ -701,8 +701,8 @@ protected: exportedType.minorVersion = QString::fromUtf8(minorLit->chars(), minorLit->size()).toInt(); } else { translationUnit()->warning(ast->base_expression->firstToken(), - "The package will only be available in Qt Creator's QML editors when the package name is a string literal and\n" - "the versions are integer literals. The type will be available globally."); + "The module will not be available in Qt Creator's QML editors because the uri and version numbers\n" + "cannot be determined by static analysis. The type will still be available globally."); exportedType.packageName = QLatin1String("<default>"); } |