openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #19479
Re: [Merge] lp:~patrick-zakweb/openlp/duplicate-removal-review into lp:openlp
Review: Needs Fixing
QtCore.QObject.connect(self.errorCopyToButton, QtCore.SIGNAL(u'clicked()'), self.onErrorCopyToButtonClicked)
should be
self.errorCopyToButton.clicked.connect(self.onErrorCopyToButtonClicked)
There are a number of instances of this
What is this for? Very non standard,
self.emit(QtCore.SIGNAL(u'song_remove_button_clicked(PyQt_PyObject)'), self)
737 to 745 should not be needed.
--
https://code.launchpad.net/~patrick-zakweb/openlp/duplicate-removal-review/+merge/149144
Your team OpenLP Core is subscribed to branch lp:openlp.
Follow ups
References