Remove FIXME

This commit is contained in:
Florian Bruhin 2014-04-22 16:12:53 +02:00
parent 97578df7a5
commit f38871c9c9

View File

@ -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: