summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qmultitouch_mac_p.h
diff options
context:
space:
mode:
authorRichard Moe Gustavsen <richard.gustavsen@nokia.com>2009-06-23 13:45:33 (GMT)
committerRichard Moe Gustavsen <richard.gustavsen@nokia.com>2009-06-23 13:45:33 (GMT)
commit7971d94b84827b0d832ba72a80a19910add885d5 (patch)
treee04f83ccc41d41cfc0057537c663ba226e6ee8fa /src/gui/kernel/qmultitouch_mac_p.h
parentd8b81cad37e9477e609bbbedf0e666163bbbd813 (diff)
downloadQt-7971d94b84827b0d832ba72a80a19910add885d5.zip
Qt-7971d94b84827b0d832ba72a80a19910add885d5.tar.gz
Qt-7971d94b84827b0d832ba72a80a19910add885d5.tar.bz2
Multitouch, Cocoa: Implement normalized position
Diffstat (limited to 'src/gui/kernel/qmultitouch_mac_p.h')
-rw-r--r--src/gui/kernel/qmultitouch_mac_p.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/kernel/qmultitouch_mac_p.h b/src/gui/kernel/qmultitouch_mac_p.h
index 0c45df4..19d7233 100644
--- a/src/gui/kernel/qmultitouch_mac_p.h
+++ b/src/gui/kernel/qmultitouch_mac_p.h
@@ -82,7 +82,6 @@ class QCocoaTouch
static bool _updateInternalStateOnly;
QTouchEvent::TouchPoint _touchPoint;
- QPointF _trackpadPos;
int _identity;
QCocoaTouch(NSTouch *nstouch);