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>
This commit is contained in:
parent
7ce13d00db
commit
72d7dd478e
6
dist/changes-5.0.0
vendored
6
dist/changes-5.0.0
vendored
@ -105,10 +105,8 @@ information about a particular change.
|
|||||||
QTouchDevice pointer instead of just a DeviceType value.
|
QTouchDevice pointer instead of just a DeviceType value.
|
||||||
|
|
||||||
* TouchPointState no longer includes TouchPointStateMask and
|
* TouchPointState no longer includes TouchPointStateMask and
|
||||||
TouchPointPrimary. The primary flag is now stored together with
|
TouchPointPrimary. QTouchEvent::TouchPoint::isPrimary() has
|
||||||
other touch point flags and is accessible through
|
been removed.
|
||||||
TouchPoint::isPrimary() or TouchPoint::flags(). As a result the
|
|
||||||
internally used state mask is no longer necessary.
|
|
||||||
|
|
||||||
* QWidget *widget() has been removed and is replaced by QObject
|
* QWidget *widget() has been removed and is replaced by QObject
|
||||||
*target() in order to avoid QWidget dependencies.
|
*target() in order to avoid QWidget dependencies.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user