added brace wrapping after if and for
This commit is contained in:
@@ -153,7 +153,8 @@ private:
|
||||
int>::type = 0>
|
||||
QLayout *getOrCreateLayout()
|
||||
{
|
||||
if (!this->item_->layout()) {
|
||||
if (!this->item_->layout())
|
||||
{
|
||||
this->item_->setLayout(new QHBoxLayout());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user