src/gui/graphicsview/qgraphicslinearlayout.cpp
branchGCC_SURGE
changeset 31 5daf16870df6
parent 30 5dc02b23752f
child 33 3e2da88830cd
equal deleted inserted replaced
27:93b982ccede2 31:5daf16870df6
   552         Q_D(const QGraphicsLinearLayout);
   552         Q_D(const QGraphicsLinearLayout);
   553         qDebug("%*s%s layout", indent, "",
   553         qDebug("%*s%s layout", indent, "",
   554                d->orientation == Qt::Horizontal ? "Horizontal" : "Vertical");
   554                d->orientation == Qt::Horizontal ? "Horizontal" : "Vertical");
   555         d->engine.dump(indent + 1);
   555         d->engine.dump(indent + 1);
   556     }
   556     }
       
   557 #else
       
   558     Q_UNUSED(indent);
   557 #endif
   559 #endif
   558 }
   560 }
   559 
   561 
   560 QT_END_NAMESPACE
   562 QT_END_NAMESPACE
   561 
   563