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:
parent
f18ca7359d
commit
1df915ee1d
@ -339,8 +339,7 @@ void f(int c)
|
|||||||
|
|
||||||
|
|
||||||
//! [27]
|
//! [27]
|
||||||
qWarning() << "Brush:" << myQBrush << "Other value:"
|
qWarning() << "Brush:" << myQBrush << "Other value:" << i;
|
||||||
<< i;
|
|
||||||
//! [27]
|
//! [27]
|
||||||
|
|
||||||
|
|
||||||
@ -355,8 +354,7 @@ void load(const QString &fileName)
|
|||||||
|
|
||||||
|
|
||||||
//! [29]
|
//! [29]
|
||||||
qCritical() << "Brush:" << myQBrush << "Other
|
qCritical() << "Brush:" << myQBrush << "Other value:" << i;
|
||||||
value:" << i;
|
|
||||||
//! [29]
|
//! [29]
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user