Added some small shit that will get used in the future and made the code compatible with Python>=3.10. (According to Pycharm)

This commit is contained in:
The Wobbler 2025-03-13 14:20:12 +01:00
parent 36b085d38a
commit e0c4843f06
3 changed files with 8 additions and 2 deletions

View file

@ -27,6 +27,7 @@ class PlaylistContextMenu(QMenu):
self.rename_action.triggered.connect(self.rename)
self.delete_action.triggered.connect(self.delete)
# noinspection PyMethodOverriding
def exec(self, pos: QPoint, index: int, playlist):
self.tab_index = index
self.playlist = playlist