Remove FIXME
This commit is contained in:
parent
97578df7a5
commit
f38871c9c9
@ -110,8 +110,6 @@ class KeyParser(QObject):
|
|||||||
Args:
|
Args:
|
||||||
e: the KeyPressEvent from Qt.
|
e: the KeyPressEvent from Qt.
|
||||||
"""
|
"""
|
||||||
# FIXME maybe we can do this in an easier way by using QKeySequence
|
|
||||||
# which has a matches method.
|
|
||||||
logging.debug('Got key: {} / text: "{}"'.format(e.key(), e.text()))
|
logging.debug('Got key: {} / text: "{}"'.format(e.key(), e.text()))
|
||||||
txt = e.text().strip()
|
txt = e.text().strip()
|
||||||
if not txt:
|
if not txt:
|
||||||
|
Loading…
Reference in New Issue
Block a user