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

Method forceUpdate

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

Source from the content-addressed store, hash-verified

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:

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected