MCPcopy Create free account
hub / github.com/KDE/kdevelop / showEvent

Method showEvent

kdevplatform/sublime/mainwindow.cpp:370–379  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

368}
369
370void 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
381void MainWindow::postMessage(Message* message)
382{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected