Fix long line
This commit is contained in:
parent
4b1dcbd82a
commit
6b72c3dbdf
@ -248,8 +248,8 @@ class _Command(QLineEdit):
|
||||
hide_cmd = pyqtSignal()
|
||||
|
||||
# FIXME won't the tab key switch to the next widget?
|
||||
# See [0] for a possible fix.
|
||||
# [0] http://www.saltycrane.com/blog/2008/01/how-to-capture-tab-key-press-event-with/ # pylint: disable=line-too-long
|
||||
# See http://www.saltycrane.com/blog/2008/01/how-to-capture-tab-key-press-event-with/
|
||||
# for a possible fix.
|
||||
|
||||
def __init__(self, statusbar):
|
||||
super().__init__(statusbar)
|
||||
|
Loading…
Reference in New Issue
Block a user