forked from openlp/openlp
fixed service note form
This commit is contained in:
parent
60c1a4e9f4
commit
6127da074b
@ -43,7 +43,9 @@ class ServiceNoteForm(QtGui.QDialog):
|
||||
"""
|
||||
Constructor
|
||||
"""
|
||||
QtGui.QDialog.__init__(self, self.main_window)
|
||||
super().__init__()
|
||||
# TODO: python3 - parent correct?
|
||||
#QtGui.QDialog.__init__(self, self.main_window)
|
||||
self.setupUi()
|
||||
self.retranslateUi()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user