Changeset 434 for trunk/src/gui/kernel/qkeymapper.cpp
- Timestamp:
- Dec 22, 2009, 2:34:55 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gui/kernel/qkeymapper.cpp
r2 r434 91 91 void QKeyMapper::changeKeyboard() 92 92 { 93 #ifdef Q_WS_PM 94 // don't clear key mappings on layout change on OS/2 since we keep track of 95 // both layouts (Latin and National) in parallel 96 #else 93 97 instance()->d_func()->clearMappings(); 98 #endif 94 99 95 100 // inform all toplevel widgets of the change
Note:
See TracChangeset
for help on using the changeset viewer.