← Back to team overview

openlp-core team mailing list archive

Re: [Merge] lp:~j-corwin/openlp/general into lp:openlp

 

Review: Needs Information
136	      def __init__(self, parent, image_manager, live):
137	          QtGui.QGraphicsView.__init__(self)
139	+         if parent:
140	+             self.setParent(parent)

I presume QGraphicsView doesn't take a parent in it's constructor?
-- 
https://code.launchpad.net/~j-corwin/openlp/general/+merge/62776
Your team OpenLP Core is subscribed to branch lp:openlp.


References