summaryrefslogtreecommitdiffstats
path: root/src/corelib
diff options
context:
space:
mode:
authorjaanttil <janne.anttila@digia.com>2011-09-27 13:42:02 (GMT)
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2011-09-27 13:47:23 (GMT)
commita8f9fb7983a183221c197b02a33c14113fe7fd4c (patch)
tree5e44ba486ccbcb34e6619783b7eca05c1b42920f /src/corelib
parent28b72c06942fd59666b6cb00adf63e1ad952dc03 (diff)
downloadQt-a8f9fb7983a183221c197b02a33c14113fe7fd4c.zip
Qt-a8f9fb7983a183221c197b02a33c14113fe7fd4c.tar.gz
Qt-a8f9fb7983a183221c197b02a33c14113fe7fd4c.tar.bz2
Clarified keypad navigation specific event documentation.
Task-number: QTBUG-15631 Merge-request: 1402 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Diffstat (limited to 'src/corelib')
-rw-r--r--src/corelib/kernel/qcoreevent.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/kernel/qcoreevent.h b/src/corelib/kernel/qcoreevent.h
index 281367b..f1a0407 100644
--- a/src/corelib/kernel/qcoreevent.h
+++ b/src/corelib/kernel/qcoreevent.h
@@ -209,8 +209,8 @@ public:
// last event id used = 132
#ifdef QT_KEYPAD_NAVIGATION
- EnterEditFocus = 150, // enter edit mode in keypad navigation
- LeaveEditFocus = 151, // enter edit mode in keypad navigation
+ EnterEditFocus = 150, // enter edit mode in keypad navigation (Defined only with QT_KEYPAD_NAVIGATION)
+ LeaveEditFocus = 151, // leave edit mode in keypad navigation (Defined only with QT_KEYPAD_NAVIGATION)
#endif
AcceptDropsChange = 152,