Added doc string

This commit is contained in:
Oliver Wieland 2013-08-22 20:56:11 +02:00
parent 74572b07fd
commit b591a091fd
1 changed files with 3 additions and 0 deletions

View File

@ -214,6 +214,9 @@ class BiblesTab(SettingsTab):
self.language_selection = self.language_selection_combo_box.currentIndex()
def on_is_verse_number_visible_check_box_changed(self, check_state):
"""
Event handler for the 'verse number visible' check box
"""
self.is_verse_number_visible = False
# We have a set value convert to True/False.
if check_state == QtCore.Qt.Checked: