summaryrefslogtreecommitdiff
path: root/src/gui/kernel/qstandardgestures_p.h
diff options
context:
space:
mode:
authorRichard Moe Gustavsen <richard.gustavsen@nokia.com>2009-08-26 13:49:18 +0200
committerRichard Moe Gustavsen <richard.gustavsen@nokia.com>2009-08-27 14:06:13 +0200
commit42b1e49335377175b73a499236a800fca40a1d3e (patch)
tree4ed9868696e18521c5338c921dbbfa76d9a3f916 /src/gui/kernel/qstandardgestures_p.h
parent220bb878d78eadfdfd390ca51c1a24378859d4ba (diff)
downloadqt4-tools-42b1e49335377175b73a499236a800fca40a1d3e.tar.gz
Cocoa: implement pan gestures to follow mouse
Diffstat (limited to 'src/gui/kernel/qstandardgestures_p.h')
-rw-r--r--src/gui/kernel/qstandardgestures_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/kernel/qstandardgestures_p.h b/src/gui/kernel/qstandardgestures_p.h
index 8d84f51405..5adcf3a8ff 100644
--- a/src/gui/kernel/qstandardgestures_p.h
+++ b/src/gui/kernel/qstandardgestures_p.h
@@ -78,7 +78,7 @@ public:
#if defined(QT_MAC_USE_COCOA)
QBasicTimer singleTouchPanTimer;
- QPointF singleTouchBeginPoint;
+ QPointF prevMousePos;
#endif
};