QtGlobal docs: code tidies

Reformat a couple of examples correctly.

Change-Id: I2f0897267b4e3c4d7d2925f2d20cc45687278b0b
Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>
This commit is contained in:
Zhang Yong 2021-03-03 20:57:27 +08:00 committed by Giuseppe D'Angelo
parent f18ca7359d
commit 1df915ee1d

View File

@ -339,8 +339,7 @@ void f(int c)
//! [27]
qWarning() << "Brush:" << myQBrush << "Other value:"
<< i;
qWarning() << "Brush:" << myQBrush << "Other value:" << i;
//! [27]
@ -355,8 +354,7 @@ void load(const QString &fileName)
//! [29]
qCritical() << "Brush:" << myQBrush << "Other
value:" << i;
qCritical() << "Brush:" << myQBrush << "Other value:" << i;
//! [29]