summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qapplication_win.cpp
diff options
context:
space:
mode:
authorJens Bache-Wiig <jens.bache-wiig@nokia.com>2009-08-06 16:48:42 +0200
committerJens Bache-Wiig <jens.bache-wiig@nokia.com>2009-08-06 16:52:46 +0200
commite5f6edf86de20f86a028842ed6b7c472bbd1d08b (patch)
treecc4542a2719347a3dd9804a4f8fb16eb71038a64 /src/gui/kernel/qapplication_win.cpp
parent7d605af42a72f35481e5dad9f279f6b5d5cda2f2 (diff)
Fix compile on Windows
Reviewed-by: jesper
Diffstat (limited to 'src/gui/kernel/qapplication_win.cpp')
-rw-r--r--src/gui/kernel/qapplication_win.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/kernel/qapplication_win.cpp b/src/gui/kernel/qapplication_win.cpp
index 6421ed9963..bdee6ecd05 100644
--- a/src/gui/kernel/qapplication_win.cpp
+++ b/src/gui/kernel/qapplication_win.cpp
@@ -3740,7 +3740,7 @@ bool QETWidget::translateGestureEvent(const MSG &msg)
event.gestureType = QNativeGestureEvent::GestureEnd;
break;
case GID_ZOOM:
- event.gestureType = QNativeGestureEvent::Pinch;
+ event.gestureType = QNativeGestureEvent::Zoom;
break;
case GID_PAN:
event.gestureType = QNativeGestureEvent::Pan;