| 1238 | } |
| 1239 | |
| 1240 | void MainWindow::on_actionStop_triggered() |
| 1241 | { |
| 1242 | qDebug(log) << Q_FUNC_INFO; |
| 1243 | if(!m_pView) return; |
| 1244 | |
| 1245 | QWidget* pView = m_pView->GetCurrentView(); |
| 1246 | slotCloseView(pView); |
| 1247 | } |
| 1248 | |
| 1249 | void MainWindow::slotStop() |
| 1250 | { |
nothing calls this directly
no test coverage detected