summaryrefslogtreecommitdiffstats
path: root/src/corelib
diff options
context:
space:
mode:
authorBradley T. Hughes <bradley.hughes@nokia.com>2009-05-12 10:39:11 (GMT)
committerBradley T. Hughes <bradley.hughes@nokia.com>2009-05-12 10:39:11 (GMT)
commit06d32cd1f14152ee0d49bc4a4a8adee953be11f4 (patch)
tree85b0c22a1647c884e181941fbc35ff83efdb9c4d /src/corelib
parentcc957f4cb1a8dce2fb1eb406f54ccecb4092d238 (diff)
downloadQt-06d32cd1f14152ee0d49bc4a4a8adee953be11f4.zip
Qt-06d32cd1f14152ee0d49bc4a4a8adee953be11f4.tar.gz
Qt-06d32cd1f14152ee0d49bc4a4a8adee953be11f4.tar.bz2
Keep the new QEvent::Type enumerators for touch and gestures sequential
Diffstat (limited to 'src/corelib')
-rw-r--r--src/corelib/kernel/qcoreevent.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/corelib/kernel/qcoreevent.h b/src/corelib/kernel/qcoreevent.h
index 76cdf7c..84ab390 100644
--- a/src/corelib/kernel/qcoreevent.h
+++ b/src/corelib/kernel/qcoreevent.h
@@ -266,15 +266,15 @@ public:
CocoaRequestModal = 190, // Internal for requesting an application modal Cocoa Window
MacGLClearDrawable = 191, // Internal Cocoa, the window has changed, so we must clear
- TouchBegin = 193,
- TouchUpdate = 194,
- TouchEnd = 195,
- GraphicsSceneTouchBegin = 196,
- GraphicsSceneTouchUpdate = 197,
- GraphicsSceneTouchEnd = 198,
-
- Gesture = 199,
- GraphicsSceneGesture = 200,
+ TouchBegin = 192,
+ TouchUpdate = 193,
+ TouchEnd = 194,
+ GraphicsSceneTouchBegin = 195,
+ GraphicsSceneTouchUpdate = 196,
+ GraphicsSceneTouchEnd = 197,
+
+ Gesture = 198,
+ GraphicsSceneGesture = 199,
// 512 reserved for Qt Jambi's MetaCall event
// 513 reserved for Qt Jambi's DeleteOnMainThread event