forked from qt-creator/qt-creator
Core: Fix indentation
Change-Id: I9e65f8276b57e622c361148c0444354e2f34d55c Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -63,7 +63,7 @@ bool styleEnabled(const QWidget *widget)
|
||||
while (p) {
|
||||
if (p->property("_q_custom_style_disabled").toBool())
|
||||
return false;
|
||||
p = p->parentWidget();
|
||||
p = p->parentWidget();
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user