summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuel Rødal <samuel.rodal@nokia.com>2012-01-13 16:21:40 +0100
committerQt by Nokia <qt-info@nokia.com>2012-01-13 16:29:38 +0100
commit72d7dd478e83ed9b006dc4c1ed8c91f25a506ed8 (patch)
treeb4e4578b54dee99e023bcbd632228328a4fdd133
parent7ce13d00db9eb265665e37a5ec923e47d6e3ce55 (diff)
Modified changes-5.0.0 to reflect change to QTouchEvent API.
Change-Id: I378da8d16e1b3b2ea5bd89ede0f194b49c51ae85 Reviewed-by: Robin Burchell <robin+qt@viroteck.net> Reviewed-by: Laszlo Agocs <laszlo.p.agocs@nokia.com>
-rw-r--r--dist/changes-5.0.06
1 files changed, 2 insertions, 4 deletions
diff --git a/dist/changes-5.0.0 b/dist/changes-5.0.0
index aafe57422e..f45e112e50 100644
--- a/dist/changes-5.0.0
+++ b/dist/changes-5.0.0
@@ -105,10 +105,8 @@ information about a particular change.
QTouchDevice pointer instead of just a DeviceType value.
* TouchPointState no longer includes TouchPointStateMask and
- TouchPointPrimary. The primary flag is now stored together with
- other touch point flags and is accessible through
- TouchPoint::isPrimary() or TouchPoint::flags(). As a result the
- internally used state mask is no longer necessary.
+ TouchPointPrimary. QTouchEvent::TouchPoint::isPrimary() has
+ been removed.
* QWidget *widget() has been removed and is replaced by QObject
*target() in order to avoid QWidget dependencies.