Core: Fix indentation

Change-Id: I9e65f8276b57e622c361148c0444354e2f34d55c
Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
Orgad Shaneh
2014-05-19 18:29:38 +03:00
committed by hjk
parent c3e1f04476
commit 4ad6cc494e

View File

@@ -63,7 +63,7 @@ bool styleEnabled(const QWidget *widget)
while (p) { while (p) {
if (p->property("_q_custom_style_disabled").toBool()) if (p->property("_q_custom_style_disabled").toBool())
return false; return false;
p = p->parentWidget(); p = p->parentWidget();
} }
return true; return true;
} }