| 368 | } |
| 369 | |
| 370 | void MainWindow::showEvent(QShowEvent* event) |
| 371 | { |
| 372 | Q_D(MainWindow); |
| 373 | |
| 374 | KParts::MainWindow::showEvent(event); |
| 375 | |
| 376 | if (d->waitingToAdaptToDockWidgetVisibilities) { |
| 377 | d->adaptToDockWidgetVisibilities(); |
| 378 | } |
| 379 | } |
| 380 | |
| 381 | void MainWindow::postMessage(Message* message) |
| 382 | { |
nothing calls this directly
no test coverage detected