MCPcopy Create free account
hub / github.com/Syncplay/syncplay / remove_selected_items

Method remove_selected_items

syncplay/ui/gui.py:391–393  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

389 self.updatePlaylistIndexIcon()
390
391 def remove_selected_items(self):
392 for item in self.selectedItems():
393 self.takeItem(self.row(item))
394
395 def dragEnterEvent(self, event):
396 data = event.mimeData()

Callers 2

keyPressEventMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected