forked from openlp/openlp
removed empty line
This commit is contained in:
parent
8d8e47193c
commit
1b1e7fb521
@ -132,7 +132,6 @@ class EditSongForm(QtGui.QDialog, Ui_EditSongDialog):
|
|||||||
self.findVerseSplit = re.compile(u'---\[\]---\n', re.UNICODE)
|
self.findVerseSplit = re.compile(u'---\[\]---\n', re.UNICODE)
|
||||||
self.whitespace = re.compile(r'\W+', re.UNICODE)
|
self.whitespace = re.compile(r'\W+', re.UNICODE)
|
||||||
|
|
||||||
|
|
||||||
def keyPressEvent(self, event):
|
def keyPressEvent(self, event):
|
||||||
"""
|
"""
|
||||||
Reimplement the keyPressEvent to react on Return/Enter keys. When some
|
Reimplement the keyPressEvent to react on Return/Enter keys. When some
|
||||||
|
Loading…
Reference in New Issue
Block a user