forked from openlp/openlp
remove unnecessary code
This commit is contained in:
parent
346bf24267
commit
1b2956a9e6
@ -130,12 +130,6 @@ class BibleUpgradeForm(OpenLPWizard):
|
|||||||
elif self.page(pageId) == self.selectPage and self.maxBibles == 0:
|
elif self.page(pageId) == self.selectPage and self.maxBibles == 0:
|
||||||
self.next()
|
self.next()
|
||||||
|
|
||||||
def onFinishButton(self):
|
|
||||||
"""
|
|
||||||
Some cleanup while finishing
|
|
||||||
"""
|
|
||||||
self.mediaItem.reloadBibles()
|
|
||||||
|
|
||||||
def onBackupBrowseButtonClicked(self):
|
def onBackupBrowseButtonClicked(self):
|
||||||
"""
|
"""
|
||||||
Show the file open dialog for the OSIS file.
|
Show the file open dialog for the OSIS file.
|
||||||
@ -181,8 +175,6 @@ class BibleUpgradeForm(OpenLPWizard):
|
|||||||
"""
|
"""
|
||||||
Set up the signals used in the bible importer.
|
Set up the signals used in the bible importer.
|
||||||
"""
|
"""
|
||||||
QtCore.QObject.connect(self.finishButton,
|
|
||||||
QtCore.SIGNAL(u'clicked()'), self.onFinishButton)
|
|
||||||
QtCore.QObject.connect(self.backupBrowseButton,
|
QtCore.QObject.connect(self.backupBrowseButton,
|
||||||
QtCore.SIGNAL(u'clicked()'), self.onBackupBrowseButtonClicked)
|
QtCore.SIGNAL(u'clicked()'), self.onBackupBrowseButtonClicked)
|
||||||
QtCore.QObject.connect(self.noBackupCheckBox,
|
QtCore.QObject.connect(self.noBackupCheckBox,
|
||||||
|
Loading…
Reference in New Issue
Block a user