| 558 | } |
| 559 | |
| 560 | void MainWindow::deleteSelectedItems() |
| 561 | { |
| 562 | // qDebug() << QTime::currentTime().toString("hh:mm:ss.zzz") << |
| 563 | // "MainWindow::deleteSelectedItems()"; |
| 564 | |
| 565 | // stop playback first |
| 566 | ui.playbackController->pausePlayback(); |
| 567 | |
| 568 | ui.playlistTreeWidget->deletePlaylistItems(false); |
| 569 | } |
| 570 | |
| 571 | bool MainWindow::handleKeyPress(QKeyEvent *event, bool keyFromSeparateView) |
| 572 | { |
nothing calls this directly
no test coverage detected