forked from openlp/openlp
removed duplicate method registerFields() and sort some lines
This commit is contained in:
parent
b55ed9b471
commit
4aa69e53bb
@ -605,6 +605,12 @@ class SongImportForm(OpenLPWizard):
|
|||||||
'SongShow Plus Song Files')
|
'SongShow Plus Song Files')
|
||||||
)
|
)
|
||||||
|
|
||||||
|
def onSongShowPlusRemoveButtonClicked(self):
|
||||||
|
"""
|
||||||
|
Remove selected SongShow Plus files from the import list
|
||||||
|
"""
|
||||||
|
self.removeSelectedItems(self.songShowPlusFileListWidget)
|
||||||
|
|
||||||
def onFoilPresenterAddButtonClicked(self):
|
def onFoilPresenterAddButtonClicked(self):
|
||||||
"""
|
"""
|
||||||
Get FoilPresenter song database files
|
Get FoilPresenter song database files
|
||||||
@ -621,18 +627,6 @@ class SongImportForm(OpenLPWizard):
|
|||||||
"""
|
"""
|
||||||
self.removeSelectedItems(self.foilPresenterFileListWidget)
|
self.removeSelectedItems(self.foilPresenterFileListWidget)
|
||||||
|
|
||||||
def registerFields(self):
|
|
||||||
"""
|
|
||||||
Register song import wizard fields.
|
|
||||||
"""
|
|
||||||
pass
|
|
||||||
|
|
||||||
def onSongShowPlusRemoveButtonClicked(self):
|
|
||||||
"""
|
|
||||||
Remove selected SongShow Plus files from the import list
|
|
||||||
"""
|
|
||||||
self.removeSelectedItems(self.songShowPlusFileListWidget)
|
|
||||||
|
|
||||||
def setDefaults(self):
|
def setDefaults(self):
|
||||||
"""
|
"""
|
||||||
Set default form values for the song import wizard.
|
Set default form values for the song import wizard.
|
||||||
|
Loading…
Reference in New Issue
Block a user