- Timestamp:
- Aug 28, 2009, 8:23:32 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gui/kernel/qkeymapper_pm.cpp
r136 r137 230 230 QList<int> result; 231 231 232 // @todo implement 232 // @todo implement; so far do the same as QKeyMapper::possibleKeys() 233 if (e->key() && (e->key() != Qt::Key_unknown)) 234 result << int(e->key() + e->modifiers()); 235 else if (!e->text().isEmpty()) 236 result << int(e->text().at(0).unicode() + e->modifiers()); 237 return result; 238 233 239 return result; 234 240 }
Note:
See TracChangeset
for help on using the changeset viewer.