forked from openlp/openlp
fixed methods
This commit is contained in:
parent
99cdaa61ca
commit
7e2e0d90df
@ -353,13 +353,13 @@ class SongImportForm(OpenLPWizard):
|
|||||||
importer.doImport()
|
importer.doImport()
|
||||||
self.progress_label.setText(WizardStrings.FinishedImport)
|
self.progress_label.setText(WizardStrings.FinishedImport)
|
||||||
|
|
||||||
def onErrorCopyToButtonClicked(self):
|
def on_error_copy_to_button_clicked(self):
|
||||||
"""
|
"""
|
||||||
Copy the error report to the clipboard.
|
Copy the error report to the clipboard.
|
||||||
"""
|
"""
|
||||||
self.clipboard.setText(self.error_report_text_edit.toPlainText())
|
self.clipboard.setText(self.error_report_text_edit.toPlainText())
|
||||||
|
|
||||||
def onErrorSaveToButtonClicked(self):
|
def on_error_save_to_button_clicked(self):
|
||||||
"""
|
"""
|
||||||
Save the error report to a file.
|
Save the error report to a file.
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user