| 361 | } |
| 362 | |
| 363 | void MainWindowPrivate::reconstructViews(const QList<View*>& topViews) |
| 364 | { |
| 365 | ViewCreator viewCreator(this, topViews); |
| 366 | area->walkViews(viewCreator, area->rootIndex()); |
| 367 | setBackgroundVisible(area->views().isEmpty()); |
| 368 | } |
| 369 | |
| 370 | void MainWindowPrivate::reconstruct() |
| 371 | { |