| 632 | } |
| 633 | |
| 634 | void MainWindow::onOpenStructEditor() |
| 635 | { |
| 636 | m_structEditor->show(); |
| 637 | m_structEditor->raise(); |
| 638 | } |
| 639 | |
| 640 | void MainWindow::closeEvent(QCloseEvent* event) |
| 641 | { |
nothing calls this directly
no outgoing calls
no test coverage detected