| 646 | } |
| 647 | |
| 648 | void MainWindow::focusInEvent(QFocusEvent *) |
| 649 | { |
| 650 | QSettings settings; |
| 651 | if (settings.value("WatchFiles", true).toBool()) |
| 652 | ui.playlistTreeWidget->checkAndUpdateItems(); |
| 653 | } |
| 654 | |
| 655 | MoveAndZoomableView *MainWindow::getCurrentActiveView() |
| 656 | { |
nothing calls this directly
no test coverage detected