changeset 30 | 5dc02b23752f |
parent 18 | 2f34d5167611 |
child 33 | 3e2da88830cd |
--- a/src/gui/graphicsview/qgraphicslinearlayout.cpp Wed Jun 23 19:07:03 2010 +0300 +++ b/src/gui/graphicsview/qgraphicslinearlayout.cpp Tue Jul 06 15:10:48 2010 +0300 @@ -554,6 +554,8 @@ d->orientation == Qt::Horizontal ? "Horizontal" : "Vertical"); d->engine.dump(indent + 1); } +#else + Q_UNUSED(indent); #endif }