forked from openlp/openlp
Remove reference to the non-existent __del__ method.
Fixes: https://launchpad.net/bugs/854125
This commit is contained in:
parent
05e2d5de21
commit
429a1a4541
@ -606,7 +606,6 @@ class AudioPlayer(QtCore.QObject):
|
||||
self.stop()
|
||||
for path in self.mediaObject.outputPaths():
|
||||
path.disconnect()
|
||||
QtCore.QObject.__del__(self)
|
||||
|
||||
def onAboutToFinish(self):
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user