Spell "Qt" correctly

Change-Id: Idf2b5c888f159ee8ffdb81ed74e685c40951c6b4
Reviewed-by: Frederik Gladhorn <frederik.gladhorn@digia.com>
This commit is contained in:
Paul Olav Tvete 2013-02-06 09:48:46 +01:00 committed by The Qt Project
parent 5bf3fb34be
commit 05ce12849b

View File

@ -856,7 +856,7 @@ void Widget::toLongLongFunction()
void Widget::toLowerFunction()
{
//! [75]
QString str = "The QT PROJECT";
QString str = "The Qt PROJECT";
str = str.toLower(); // str == "the qt project"
//! [75]
}