diff options
author | Qt Continuous Integration System <qt-info@nokia.com> | 2010-10-25 14:00:05 (GMT) |
---|---|---|
committer | Qt Continuous Integration System <qt-info@nokia.com> | 2010-10-25 14:00:05 (GMT) |
commit | ce40a078caa4a09793128ca730cc5ca268aeee87 (patch) | |
tree | e29aa8e561552721ad3f7ed42cdae99b23ec0960 /src/gui/kernel/qkeymapper_mac.cpp | |
parent | 022884db790a7592fa017add4ea9669d8b5598ca (diff) | |
parent | 0ade09152067324f74678f2de4d447b6e0280600 (diff) | |
download | Qt-ce40a078caa4a09793128ca730cc5ca268aeee87.zip Qt-ce40a078caa4a09793128ca730cc5ca268aeee87.tar.gz Qt-ce40a078caa4a09793128ca730cc5ca268aeee87.tar.bz2 |
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration
* '4.7' of scm.dev.nokia.troll.no:qt/qt-qml:
Fixed many spelling errors.
Diffstat (limited to 'src/gui/kernel/qkeymapper_mac.cpp')
-rw-r--r-- | src/gui/kernel/qkeymapper_mac.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/kernel/qkeymapper_mac.cpp b/src/gui/kernel/qkeymapper_mac.cpp index 3dc6afc..300e5ca 100644 --- a/src/gui/kernel/qkeymapper_mac.cpp +++ b/src/gui/kernel/qkeymapper_mac.cpp @@ -749,7 +749,7 @@ bool QKeyMapperPrivate::translateKeyEvent(QWidget *widget, EventHandlerCallRef e } return false; } - // Once we process the key down , we dont need to send the saved event again from + // Once we process the key down , we don't need to send the saved event again from // kEventTextInputUnicodeForKeyEvent, so clear it. if (currentContext && ekind == kEventRawKeyDown) { QMacInputContext *context = qobject_cast<QMacInputContext*>(currentContext); |