| 81 | } |
| 82 | |
| 83 | MainWindow::~MainWindow() |
| 84 | { |
| 85 | delete m_copier; |
| 86 | delete m_viewer; |
| 87 | delete m_watcher; |
| 88 | delete m_structEditor; |
| 89 | DolphinComm::DolphinAccessor::free(); |
| 90 | } |
| 91 | |
| 92 | void MainWindow::makeMenus() |
| 93 | { |
nothing calls this directly
no outgoing calls
no test coverage detected