mirror of
https://github.com/fergalmoran/picard.git
synced 2026-02-13 19:24:01 +00:00
Disc: no need to subclass QObject
This commit is contained in:
@@ -50,10 +50,9 @@ except ImportError:
|
||||
discid = None
|
||||
|
||||
|
||||
class Disc(QtCore.QObject):
|
||||
class Disc:
|
||||
|
||||
def __init__(self, id=None):
|
||||
super().__init__()
|
||||
self.tagger = QtCore.QCoreApplication.instance()
|
||||
self.id = id
|
||||
self.mcn = None
|
||||
|
||||
Reference in New Issue
Block a user