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]
|
||||
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]
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user