Fix typo.

Change-Id: Ia3fd460e77d8da5dca634872e3f786d5ad30289d
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
This commit is contained in:
Frederik Gladhorn 2013-02-25 18:28:05 +01:00 committed by The Qt Project
parent 717a0a9d04
commit f6af0dad5b

View File

@ -317,7 +317,7 @@ QKeySequence::SequenceMatch QShortcutMap::state()
/*! \internal
Uses ShortcutOverride event to see if any widgets want to override
the event. If not, uses nextState(QKeyEvent) to check for a grabbed
Shortcut, and dispatchEvent() is found an identical.
Shortcut, and dispatchEvent() is found and identical.
\sa nextState, dispatchEvent
*/
bool QShortcutMap::tryShortcutEvent(QObject *o, QKeyEvent *e)