← Back to team overview

openlp-core team mailing list archive

[Merge] lp:~raoul-snyman/openlp/bug-854125 into lp:openlp

 

Raoul Snyman has proposed merging lp:~raoul-snyman/openlp/bug-854125 into lp:openlp.

Requested reviews:
  OpenLP Core (openlp-core)
Related bugs:
  Bug #854125 in OpenLP: "Exception AttributeError: "type object 'QObject' has no attribute '__del__'""
  https://bugs.launchpad.net/openlp/+bug/854125

For more details, see:
https://code.launchpad.net/~raoul-snyman/openlp/bug-854125/+merge/76087

Remove reference to the non-existent __del__ method.
-- 
https://code.launchpad.net/~raoul-snyman/openlp/bug-854125/+merge/76087
Your team OpenLP Core is requested to review the proposed merge of lp:~raoul-snyman/openlp/bug-854125 into lp:openlp.
=== modified file 'openlp/core/ui/maindisplay.py'
--- openlp/core/ui/maindisplay.py	2011-08-31 07:49:57 +0000
+++ openlp/core/ui/maindisplay.py	2011-09-19 19:06:28 +0000
@@ -606,7 +606,6 @@
         self.stop()
         for path in self.mediaObject.outputPaths():
             path.disconnect()
-        QtCore.QObject.__del__(self)
 
     def onAboutToFinish(self):
         """


Follow ups