Review fix

This commit is contained in:
Tim Bentley 2013-02-12 16:50:42 +00:00
parent 159e14c987
commit fb4cad42d0
1 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,7 @@ from openlp.core.lib import Registry, translate
from openlp.plugins.songusage.lib.db import SongUsageItem
from songusagedeletedialog import Ui_SongUsageDeleteDialog
class SongUsageDeleteForm(QtGui.QDialog, Ui_SongUsageDeleteDialog):
"""
Class documentation goes here.
@ -65,6 +66,7 @@ class SongUsageDeleteForm(QtGui.QDialog, Ui_SongUsageDeleteDialog):
self.accept()
else:
self.reject()
def _get_main_window(self):
"""
Adds the main window to the class dynamically