diff options
author | Richard Moe Gustavsen <richard.gustavsen@nokia.com> | 2009-08-26 13:49:18 +0200 |
---|---|---|
committer | Richard Moe Gustavsen <richard.gustavsen@nokia.com> | 2009-08-27 14:06:13 +0200 |
commit | 42b1e49335377175b73a499236a800fca40a1d3e (patch) | |
tree | 4ed9868696e18521c5338c921dbbfa76d9a3f916 /src/gui/kernel/qstandardgestures_p.h | |
parent | 220bb878d78eadfdfd390ca51c1a24378859d4ba (diff) | |
download | qt4-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.h | 2 |
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 }; |