Add an entry about TouchCancel to the changes file
Change-Id: If6d29db42ac59fcdbab82c23f30bd32e884354b2 Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>bb10
parent
a4fbae9fd9
commit
89b192a082
|
|
@ -122,6 +122,11 @@ information about a particular change.
|
|||
* QWidget *widget() has been removed and is replaced by QObject
|
||||
*target() in order to avoid QWidget dependencies.
|
||||
|
||||
* QEvent::TouchCancel has been introduced. On systems where it makes
|
||||
sense this event type can be used to differentiate between a
|
||||
regular TouchEnd and abrupt touch sequence cancellations caused by
|
||||
the compositor, for example when a system gesture gets recognized.
|
||||
|
||||
- QMetaType
|
||||
|
||||
* Q_DECLARE_METATYPE(Foo*) now requires that Foo is fully defined. In
|
||||
|
|
|
|||
Loading…
Reference in New Issue