diff options
author | Richard Moe Gustavsen <richard.gustavsen@nokia.com> | 2009-08-26 11:49:18 (GMT) |
---|---|---|
committer | Richard Moe Gustavsen <richard.gustavsen@nokia.com> | 2009-08-27 12:06:13 (GMT) |
commit | 42b1e49335377175b73a499236a800fca40a1d3e (patch) | |
tree | 4ed9868696e18521c5338c921dbbfa76d9a3f916 /src/gui/kernel/qstandardgestures_p.h | |
parent | 220bb878d78eadfdfd390ca51c1a24378859d4ba (diff) | |
download | Qt-42b1e49335377175b73a499236a800fca40a1d3e.zip Qt-42b1e49335377175b73a499236a800fca40a1d3e.tar.gz Qt-42b1e49335377175b73a499236a800fca40a1d3e.tar.bz2 |
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 8d84f51..5adcf3a 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 }; |