uic: re-flow a line
The body of an if statement should not be on the same line as the condition. Change-Id: I45614e16d8f0f860824daff9f7b5ba7776535d99 Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
This commit is contained in:
parent
5b99ac4ead
commit
61ea8f243e
@ -106,7 +106,8 @@ namespace {
|
||||
bool isVspacer = false;
|
||||
if (const DomProperty *o = properties.value(QLatin1String("orientation"))) {
|
||||
const QString orientation = o->elementEnum();
|
||||
if (orientation == QLatin1String("Qt::Vertical") || orientation == QLatin1String("Vertical")) isVspacer = true;
|
||||
if (orientation == QLatin1String("Qt::Vertical") || orientation == QLatin1String("Vertical"))
|
||||
isVspacer = true;
|
||||
}
|
||||
|
||||
if (isVspacer)
|
||||
|
Loading…
Reference in New Issue
Block a user