| 467 | } |
| 468 | |
| 469 | void MainWindow::onOpenWatchFile() |
| 470 | { |
| 471 | if (m_watcher->warnIfUnsavedChanges()) |
| 472 | m_watcher->openWatchFile(QString()); |
| 473 | updateStatusBar(); |
| 474 | } |
| 475 | |
| 476 | void MainWindow::onSaveWatchFile() |
| 477 | { |
nothing calls this directly
no test coverage detected