changeset 37 | 758a864f9613 |
parent 18 | 2f34d5167611 |
--- a/src/gui/embedded/qkbdqnx_qws.cpp Fri Sep 17 08:34:18 2010 +0300 +++ b/src/gui/embedded/qkbdqnx_qws.cpp Mon Oct 04 01:19:32 2010 +0300 @@ -150,7 +150,7 @@ // figure out whether it's a press bool isPress = packet.data.key_cap & KEY_DOWN; - // figure out wheter the key is still pressed and the key event is repeated + // figure out whether the key is still pressed and the key event is repeated bool isRepeat = packet.data.key_cap & KEY_REPEAT; Qt::Key key = Qt::Key_unknown;