diff options
author | attila-csipa <attila.csipa@hp.com> | 2017-07-07 13:16:16 +0100 |
---|---|---|
committer | attila-csipa <attila.csipa@hp.com> | 2017-07-07 13:16:16 +0100 |
commit | 5ded46a80ec82137869ebd234189b1fd9ffff680 (patch) | |
tree | feac22663567716e51133734d7592da64adfd239 /gui | |
parent | 816c857c513e42a0b2583c2ab7bd89610f968f93 (diff) | |
parent | f013741288cbbd9a2e70aea727cbb80cf72d10cc (diff) |
Merge remote-tracking branch 'upstream/unstable' into unstable
Diffstat (limited to 'gui')
-rw-r--r-- | gui/keyboard.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gui/keyboard.cpp b/gui/keyboard.cpp index 1426300f..79c8fb29 100644 --- a/gui/keyboard.cpp +++ b/gui/keyboard.cpp @@ -39,7 +39,6 @@ void KeyboardListener::keyPressEvent(QKeyEvent* event) case Qt::Key_Meta: case Qt::Key_Alt: case Qt::Key_AltGr: - case Qt::Key_CapsLock: case Qt::Key_NumLock: break; case Qt::Key_Escape: |