MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / showEvent

Method showEvent

gui/qt/mainwindow.cpp:961–968  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

959}
960
961void MainWindow::showEvent(QShowEvent *e) {
962 if (!m_setup) {
963 e->ignore();
964 return;
965 }
966 QMainWindow::showEvent(e);
967 e->accept();
968}
969
970DockWidget *MainWindow::redistributeFindDock(const QPoint &pos) {
971 QWidget *child = childAt(pos);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected