From 709f30f1a83c9c65b82f689fc67cd23fc2ba9696 Mon Sep 17 00:00:00 2001 From: Ulf Hermann Date: Mon, 28 Sep 2020 12:40:33 +0200 Subject: qmllint: Consistently spell "Warning" There was one place where it was written in lower case. Change-Id: Id953fa6c260502ab5bca8cfa061c817bb5a70581 Reviewed-by: Fabian Kosmale --- tools/qmllint/findwarnings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/qmllint/findwarnings.cpp') 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")); -- cgit v1.2.3