forked from openlp/openlp
Fixed bug #854125: Remove reference to the non-existent __del__ method.
bzr-revno: 1751 Fixes: https://launchpad.net/bugs/854125
This commit is contained in:
commit
822dd62d58
@ -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