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()
|
self.stop()
|
||||||
for path in self.mediaObject.outputPaths():
|
for path in self.mediaObject.outputPaths():
|
||||||
path.disconnect()
|
path.disconnect()
|
||||||
QtCore.QObject.__del__(self)
|
|
||||||
|
|
||||||
def onAboutToFinish(self):
|
def onAboutToFinish(self):
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user