Changeset 846 for trunk/src/gui/embedded/qkbdlinuxinput_qws.cpp
- Timestamp:
- May 5, 2011, 5:36:53 AM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.7.2 (added) merged: 845 /branches/vendor/nokia/qt/current merged: 844 /branches/vendor/nokia/qt/4.6.3 removed
- Property svn:mergeinfo changed
-
trunk/src/gui/embedded/qkbdlinuxinput_qws.cpp
r651 r846 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 201 0Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation (qt-info@nokia.com) … … 139 139 ::ioctl(m_tty_fd, KDGKBMODE, &m_orig_kbmode); 140 140 141 // setting this tran lation mode is even needed in INPUT mode to prevent141 // setting this translation mode is even needed in INPUT mode to prevent 142 142 // the shell from also interpreting codes, if the process has a tty 143 143 // attached: e.g. Ctrl+C wouldn't copy, but kill the application.
Note:
See TracChangeset
for help on using the changeset viewer.