aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmllint/findwarnings.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/qmllint/findwarnings.cpp')
-rw-r--r--tools/qmllint/findwarnings.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qmllint/findwarnings.cpp b/tools/qmllint/findwarnings.cpp
index e06305b47b..0131921928 100644
--- a/tools/qmllint/findwarnings.cpp
+++ b/tools/qmllint/findwarnings.cpp
@@ -367,7 +367,7 @@ void FindWarningVisitor::importExportedNames(ScopeTree::ConstPtr scope)
} else if (auto newScope = scope->baseType()) {
scope = newScope;
} else {
- m_colorOut.write(QLatin1String("warning: "), Warning);
+ m_colorOut.write(QLatin1String("Warning: "), Warning);
m_colorOut.write(scope->baseTypeName()
+ QLatin1String(" was not found."
" Did you add all import paths?\n"));