(self)
| 369 | window.setPlaylistInsertPosition(None) |
| 370 | |
| 371 | def forceUpdate(self): |
| 372 | root = self.rootIndex() |
| 373 | self.dataChanged(root, root) |
| 374 | |
| 375 | def keyPressEvent(self, event): |
| 376 | if event.key() == Qt.Key_Delete: |
no outgoing calls
no test coverage detected