summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.p.agocs@nokia.com>2012-02-10 16:40:06 +0200
committerQt by Nokia <qt-info@nokia.com>2012-02-10 19:40:29 +0100
commit89b192a082652061ae1874f6bc1816c0f01e7a55 (patch)
tree21362a502a6f520934b5ab29b1b39f44ea3158d8 /dist
parenta4fbae9fd9ad41bea52d328d559cd7f7c10af84b (diff)
Add an entry about TouchCancel to the changes file
Change-Id: If6d29db42ac59fcdbab82c23f30bd32e884354b2 Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-5.0.05
1 files changed, 5 insertions, 0 deletions
diff --git a/dist/changes-5.0.0 b/dist/changes-5.0.0
index 7726843ccb..b8a4e21490 100644
--- a/dist/changes-5.0.0
+++ b/dist/changes-5.0.0
@@ -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