Fix typo in autogenerated *.pro file comment
The phrase "which as been" lacked an h (albeit one silent in some anglic dialects). The added letter made an already long line stick out just a little more. Judicious rephrasing of the early part of its sentence made reflow a way to fix that. Change-Id: I29c2ac79d08a135dd4a16518f459872c8ecd1f24 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
This commit is contained in:
parent
e63f861e52
commit
5b1f18b0f1
@ -344,8 +344,8 @@ ProjectGenerator::writeMakefile(QTextStream &t)
|
||||
<< getWritableVar("CONFIG_REMOVE", false)
|
||||
<< getWritableVar("INCLUDEPATH") << endl;
|
||||
|
||||
t << "# The following define makes your compiler emit warnings if you use\n"
|
||||
"# any feature of Qt which as been marked as deprecated (the exact warnings\n"
|
||||
t << "# The following define makes your compiler warn you if you use any\n"
|
||||
"# feature of Qt which has been marked as deprecated (the exact warnings\n"
|
||||
"# depend on your compiler). Please consult the documentation of the\n"
|
||||
"# deprecated API in order to know how to port your code away from it.\n"
|
||||
"DEFINES += QT_DEPRECATED_WARNINGS\n"
|
||||
|
Loading…
x
Reference in New Issue
Block a user